Fix label on C<for(;;)> statement
[p5sagit/p5-mst-13.2.git] / t / pragma / strict-vars
index 727eb2d..9814fd6 100644 (file)
@@ -165,8 +165,6 @@ print STDERR $@;
 $joe = 1 ;
 EXPECT
 Global symbol "joe" requires explicit package name at - line 5.
-Variable "$joe" is not imported at - line 8.
-Global symbol "joe" requires explicit package name at - line 8.
 Execution of - aborted due to compilation errors.
 ########