From 68c03c1a4a512137101420548514238e4d2d85e5 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Fri, 31 Jan 2003 02:29:56 +0000 Subject: Fix typo in version check ($[ to $]). p4raw-id: //depot/perl@18607 --- ext/Storable/t/restrict.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/Storable/t/restrict.t b/ext/Storable/t/restrict.t index 4ab6d86813..9359f216d6 100644 --- 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 -- cgit v1.2.1