Closed jkeenan closed 3 months ago
To explain more, testing code with -c that uses -vw on the shebang line is a mistake, it is a bug that INIT blocks ran after BEGIN did an exit, which how -v is implemented. So before you could check the version AND compile the code at the same time, now you can only do one of the two.
Is this fixed in Test::Strict version 0.54?
Is this fixed in Test::Strict version 0.54?
AFAICT, it has been fixed. See: https://github.com/Perl/perl5/issues/20252
A change in Perl 5 blead has begun to cause a test failure in this distribution's test suite. The failure looks like this:
This problem was first reported to Perl 5's issue tracker as https://github.com/Perl/perl5/issues/20252. Preliminary discussion suggests need to modify
t/01all.t
.Can you investigate?
Thank you very much. Jim Keenan