From 40b4b6e177c62a14c166dbba6adf3abc415af4b2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 18 Apr 2017 23:10:57 +0000 Subject: tlperl 5.24.1 from siep git-svn-id: svn://tug.org/texlive/trunk@43914 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlperl/lib/encoding/warnings.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg/tlperl/lib/encoding') diff --git a/Master/tlpkg/tlperl/lib/encoding/warnings.pm b/Master/tlpkg/tlperl/lib/encoding/warnings.pm index 5e6aec0c8fe..d5c41841309 100644 --- a/Master/tlpkg/tlperl/lib/encoding/warnings.pm +++ b/Master/tlpkg/tlperl/lib/encoding/warnings.pm @@ -1,5 +1,5 @@ package encoding::warnings; -$encoding::warnings::VERSION = '0.11'; +$encoding::warnings::VERSION = '0.12'; use strict; use 5.007; @@ -170,7 +170,9 @@ sub import { ], $class, ); + no warnings 'deprecated'; ${^ENCODING} = $decoder; + use warnings 'deprecated'; $^H{$class} = 1; } -- cgit v1.2.3