fglock / Perlito

"Perlito" Perl programming language compiler
http://fglock.github.io/Perlito/
Other
414 stars 47 forks source link

Tests for perl 5.26 functionality, while package expects only Perl 5.14 #54

Closed jwrightecs closed 6 years ago

jwrightecs commented 6 years ago

t/regex_xx.t starts with use 5.26; requiring perl 5.26, but the minimum required version of Perl is only 5.14, causing tests to fail onl Perls 5.14 to 5.24. Perhaps this test should be wrapped in a if ($^V ge v5.26) block, with the else sending a SKIP directive

fglock commented 6 years ago

thanks, this will be fixed in next CPAN version