summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-06-15 21:01:18 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-06-15 21:01:18 +0000
commit9b332a202cf8cca5abe3fcf994d3993e1a7e06c1 (patch)
treea83a59031fda48a723e8c1ca2e01baaf5e9b2731 /t
parent38193a09e3d9a4039dcc38f793ceb9482e7346d0 (diff)
downloadperl-9b332a202cf8cca5abe3fcf994d3993e1a7e06c1.tar.gz
Rename again the warning about $* being no longer supported
(and update perldiag this time!) p4raw-id: //depot/perl@19794
Diffstat (limited to 't')
-rw-r--r--t/lib/warnings/gv4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/lib/warnings/gv b/t/lib/warnings/gv
index 07d21fc39f..36082b08c8 100644
--- a/t/lib/warnings/gv
+++ b/t/lib/warnings/gv
@@ -9,7 +9,7 @@
fred() ;
Use of $# is deprecated
- $* has been removed
+ $* is no longer supported
$a = ${"#"} ;
$a = ${"*"} ;
@@ -51,4 +51,4 @@ $a = ${"#"};
$a = ${"*"};
EXPECT
Use of $# is deprecated at - line 3.
-The variable "$*" is no longer supported at - line 4.
+$* is no longer supported at - line 4.