projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
68cd2d3
)
Fix typo in version check ($[ to $]).
Abhijit Menon-Sen [Fri, 31 Jan 2003 02:29:56 +0000 (
02:29
+0000)]
p4raw-id: //depot/perl@18607
ext/Storable/t/restrict.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/Storable/t/restrict.t
b/ext/Storable/t/restrict.t
index
4ab6d86
..
9359f21
100644
(file)
--- a/
ext/Storable/t/restrict.t
+++ b/
ext/Storable/t/restrict.t
@@
-16,7
+16,7
@@
sub BEGIN {
exit 0;
}
} else {
- if ($[ < 5.005) {
+ if ($] < 5.005) {
print "1..0 # Skip: No Hash::Util pre 5.005\n";
exit 0;
# And doing this seems on 5.004 seems to create bogus warnings about