summaryrefslogtreecommitdiff
path: root/dist/Storable
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@toroid.org>2009-10-21 21:23:24 +0530
committerAbhijit Menon-Sen <ams@toroid.org>2009-10-21 21:23:24 +0530
commite020c25287c7176dd7fd176afd929f9c69acce48 (patch)
tree88412611004d5ae9da546cd2521f7a10d5089146 /dist/Storable
parent9637d5f2d8c4c2e7844bd4f8c2ac4e499435d33e (diff)
downloadperl-e020c25287c7176dd7fd176afd929f9c69acce48.tar.gz
Fix (comment) typo pointed out by Robin Barker
Diffstat (limited to 'dist/Storable')
-rw-r--r--dist/Storable/t/integer.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Storable/t/integer.t b/dist/Storable/t/integer.t
index 2c22235a83..8eebf78117 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)");