Skip to content

Commit 60e650a

Browse files
author
John Peacock
committed
Another fix from core Perl
1 parent 9c48ab6 commit 60e650a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/07locale.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SKIP: {
5151
ok ($v == $ver, "Comparison to locale floating point");
5252

5353
TODO: { # Resolve https://rt.cpan.org/Ticket/Display.html?id=102272
54-
local $TODO = 'Fails for Perl 5.x.0 < 5.19.0';
54+
local $TODO = 'Fails for Perl 5.x.0 < 5.19.0' if $] < 5.019000;
5555
$ver = version->new($]);
5656
is "$ver", "$]", 'Use PV for dualvars';
5757
}

0 commit comments

Comments
 (0)