]> Sergey Matveev's repositories - public-inbox.git/commit
t/run: Perl future proofing
authorEric Wong <e@80x24.org>
Mon, 31 Aug 2020 23:41:56 +0000 (23:41 +0000)
committerEric Wong <e@80x24.org>
Wed, 2 Sep 2020 08:54:04 +0000 (08:54 +0000)
commit670e37954c1d91fb096dfc8604c2d6ab81d03e08
treef0b8004a44e5e9536a881a25cf82156a655da9e9
parent4c2bdcca098792bf1c7fb19d7779d05c436a2f78
t/run: Perl future proofing

Bareword file handles outside of STD(IN|OUT|ERR) seem to be on
the chopping block for Perl 8.  We'll also "use v5.10.1" to
guard against future incompatibilities.
t/run.perl