From: Abhijit Menon-Sen Date: Wed, 21 Oct 2009 15:53:24 +0000 (+0530) Subject: Fix (comment) typo pointed out by Robin Barker X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e020c25287c7176dd7fd176afd929f9c69acce48;p=p5sagit%2Fp5-mst-13.2.git Fix (comment) typo pointed out by Robin Barker --- diff --git a/dist/Storable/t/integer.t b/dist/Storable/t/integer.t index 2c22235..8eebf78 100644 --- a/dist/Storable/t/integer.t +++ b/dist/Storable/t/integer.t @@ -159,7 +159,7 @@ foreach (@processes) { # gets it right, providing you don't have side effects of conversion. # local $TODO; # $TODO = "pre 5.6 doesn't have flag to distinguish IV/UV" -# if $[ < 5.005_56 and $copy1 > $max_iv; +# if $] < 5.005_56 and $copy1 > $max_iv; my $sign = ok (($copy_s2 <=> 0) == ($copy2 <=> 0), "$process $copy1 (sign)");