summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/CGI/Switch.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CGI/Switch.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/CGI/Switch.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/CGI/Switch.pm b/Master/tlpkg/tlperl/lib/CGI/Switch.pm
index a311080e49f..ec21fe2f065 100644
--- a/Master/tlpkg/tlperl/lib/CGI/Switch.pm
+++ b/Master/tlpkg/tlperl/lib/CGI/Switch.pm
@@ -1,7 +1,8 @@
package CGI::Switch;
+use if $] >= 5.019, 'deprecate';
use CGI;
-$VERSION = '1.01';
+$VERSION = '1.02';
1;