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 9c48ab6 commit 60e650aCopy full SHA for 60e650a
t/07locale.t
@@ -51,7 +51,7 @@ SKIP: {
51
ok ($v == $ver, "Comparison to locale floating point");
52
53
TODO: { # Resolve https://rt.cpan.org/Ticket/Display.html?id=102272
54
- local $TODO = 'Fails for Perl 5.x.0 < 5.19.0';
+ local $TODO = 'Fails for Perl 5.x.0 < 5.19.0' if $] < 5.019000;
55
$ver = version->new($]);
56
is "$ver", "$]", 'Use PV for dualvars';
57
}
0 commit comments