fix version check in test script
Graham Knop [Wed, 3 Apr 2013 15:55:02 +0000 (11:55 -0400)]
t/01_basic.t

index 95e61b3..c8d847f 100644 (file)
@@ -21,7 +21,7 @@ our $had_error;
 
 # try to ensure this is the last-most END so we capture future tests
 # running in other ENDs
-if ($[ >= 5.008) {
+if ($] >= 5.008) {
   require B;
   my $reinject_retries = my $max_retry = 5;
   my $end_worker;