Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

avoid `my $foo = 1 if $thing` #269

Closed dakkar closed 1 year ago

dakkar commented 1 year ago

See https://metacpan.org/dist/perl/view/pod/perldeprecation.pod#Using-my()-in-false-conditional.

Fixes #266 and probably a few more hidden bugs.