summaryrefslogtreecommitdiff
path: root/t/lib/warnings/pp_sys
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/warnings/pp_sys')
-rw-r--r--t/lib/warnings/pp_sys4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/lib/warnings/pp_sys b/t/lib/warnings/pp_sys
index cf0998d6f6..9c544e088b 100644
--- a/t/lib/warnings/pp_sys
+++ b/t/lib/warnings/pp_sys
@@ -958,7 +958,7 @@ sysread $fh, $buf, 10;
no warnings 'deprecated';
sysread $fh, $buf, 10;
EXPECT
-sysread() is deprecated on :utf8 handles at - line 5.
+sysread() is deprecated on :utf8 handles. This will be a fatal error in Perl 5.30 at - line 5.
########
# NAME syswrite() deprecated on :utf8
my $file = "syswwarn.tmp";
@@ -971,4 +971,4 @@ syswrite $fh, 'ABC';
close $fh;
unlink $file;
EXPECT
-syswrite() is deprecated on :utf8 handles at - line 5.
+syswrite() is deprecated on :utf8 handles. This will be a fatal error in Perl 5.30 at - line 5.