]> Sergey Matveev's repositories - public-inbox.git/commit
t/v2reindex.t: 5.10.1 glob compatibility
authorEric Wong <e@yhbt.net>
Sun, 26 Jan 2020 10:29:24 +0000 (10:29 +0000)
committerEric Wong <e@yhbt.net>
Tue, 28 Jan 2020 01:49:54 +0000 (01:49 +0000)
commit0f81681256c9f24c37759e26c6c21db187374438
tree0e18cba0a3788d3a45c5aa09b013f2b7fe4a3721
parentdd694f1c3797ce0ca7a4748a97f8af536ef21c2e
t/v2reindex.t: 5.10.1 glob compatibility

I'm not sure when `for (<"quoted string/glob/*">)' became
supported, and maybe it was inadvertant, but it fails
with Perl 5.10.1.  Just use the glob() function to be
explicit.
t/v2reindex.t