We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ac4b4 commit bb9ed60Copy full SHA for bb9ed60
cpan/Test-Simple/t/modules/Require/Perl.t
@@ -1,6 +1,6 @@
1
use Test2::Bundle::Extended -target => 'Test2::Require::Perl';
2
3
is($CLASS->skip('v5.6'), undef, "will not skip");
4
-is($CLASS->skip('v10.10'), 'Perl v10.10.0 required', "will skip");
+is($CLASS->skip('v100.100'), 'Perl v100.100.0 required', "will skip"); # fix this before 2054
5
6
done_testing;
0 commit comments