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