Actually submit previous change.
[p5sagit/p5-mst-13.2.git] / t / lib / warnings / perl
index 512ee7f..78d730b 100644 (file)
@@ -46,6 +46,7 @@ $x = 3 ;
 use warnings 'once' ;
 $z = 3 ;
 EXPECT
+OPTION random
 Name "main::z" used only once: possible typo at - line 6.
 Name "main::x" used only once: possible typo at - line 4.
 ########