Remove the "Newline in left-justified string" warning.
[p5sagit/p5-mst-13.2.git] / t / lib / warnings / gv
index 5ed4eca..36082b0 100644 (file)
@@ -9,7 +9,7 @@
        fred() ;
 
      Use of $# is deprecated
-     Use of $* is deprecated
+     $* is no longer supported
 
        $a = ${"#"} ;
        $a = ${"*"} ;
@@ -51,4 +51,4 @@ $a = ${"#"};
 $a = ${"*"};
 EXPECT
 Use of $# is deprecated at - line 3.
-Use of $* is deprecated at - line 4.
+$* is no longer supported at - line 4.