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

index 4ab6d86..9359f21 100644 (file)
@@ -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