From 5b6da579918d96df1d2cd514c5f756d1d246c723 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 8 Apr 2013 16:53:47 +0200 Subject: Revert "Add a deprecation warning for all uses of @*, %*, &* and **." This reverts commit 982110e06e40aad7a538cb788327cca8aaabce22. Conflicts: pod/perldelta.pod --- t/lib/warnings/gv | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 't/lib') diff --git a/t/lib/warnings/gv b/t/lib/warnings/gv index 332810c7e5..1618e40932 100644 --- a/t/lib/warnings/gv +++ b/t/lib/warnings/gv @@ -100,7 +100,6 @@ $* is no longer supported, and will become a syntax error at - line 7. $a = $#; $a = $*; EXPECT -@* is deprecated, and will become a syntax error at - line 3. $# is no longer supported at - line 4. $* is no longer supported, and will become a syntax error at - line 5. ######## @@ -112,23 +111,6 @@ $a = $*; EXPECT $# is no longer supported at - line 2. $* is no longer supported, and will become a syntax error at - line 3. -@* is deprecated, and will become a syntax error at - line 5. -######## -# gv.c -$a = \@*; -$a = \&*; -$a = \**; -$a = \%*; -no warnings 'deprecated' ; -$a = \@*; -$a = \&*; -$a = \**; -$a = \%*; -EXPECT -@* is deprecated, and will become a syntax error at - line 2. -&* is deprecated, and will become a syntax error at - line 3. -** is deprecated, and will become a syntax error at - line 4. -%* is deprecated, and will become a syntax error at - line 5. ######## # gv.c use warnings 'syntax' ; -- cgit v1.2.1