summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2016-11-23 19:38:15 +0100
committerAbigail <abigail@abigail.be>2017-01-16 19:18:13 +0100
commit6ef4f8b7ef62d23d0b240c6f964676e87ae049c2 (patch)
treef0824823b349c489ef8274b86e8487a60ed8e7a7 /t
parentfcdb3ac1ccb7b4c3c28d45058dc5ab83d9299dbb (diff)
downloadperl-6ef4f8b7ef62d23d0b240c6f964676e87ae049c2.tar.gz
Use of comma-less variable lists is deprecated.
It will be fatal by Perl 5.28.
Diffstat (limited to 't')
-rw-r--r--t/lib/warnings/toke8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/lib/warnings/toke b/t/lib/warnings/toke
index 8044f835b6..1bbbb3c46d 100644
--- a/t/lib/warnings/toke
+++ b/t/lib/warnings/toke
@@ -4,7 +4,7 @@ toke.c AOK
$a = <<;
- Use of comma-less variable list is deprecated
+ Use of comma-less variable list is deprecated. Its use will be fatal in Perl 5.28
(called 3 times via depcom)
\1 better written as $1
@@ -136,9 +136,9 @@ format STDOUT =
$a $b "abc" 'def'
.
EXPECT
-Use of comma-less variable list is deprecated at - line 4.
-Use of comma-less variable list is deprecated at - line 4.
-Use of comma-less variable list is deprecated at - line 4.
+Use of comma-less variable list is deprecated. Its use will be fatal in Perl 5.28 at - line 4.
+Use of comma-less variable list is deprecated. Its use will be fatal in Perl 5.28 at - line 4.
+Use of comma-less variable list is deprecated. Its use will be fatal in Perl 5.28 at - line 4.
########
# toke.c
$a = <<;