From: Abhijit Menon-Sen Date: Fri, 31 Jan 2003 02:29:56 +0000 (+0000) Subject: Fix typo in version check ($[ to $]). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=68c03c1a4a512137101420548514238e4d2d85e5;p=p5sagit%2Fp5-mst-13.2.git Fix typo in version check ($[ to $]). p4raw-id: //depot/perl@18607 --- diff --git a/ext/Storable/t/restrict.t b/ext/Storable/t/restrict.t index 4ab6d86..9359f21 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