summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/data.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/data.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/data.pm8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/data.pm b/Master/tlpkg/tlperl/lib/URI/data.pm
index dccd8181289..19c390ec03c 100644
--- a/Master/tlpkg/tlperl/lib/URI/data.pm
+++ b/Master/tlpkg/tlperl/lib/URI/data.pm
@@ -1,9 +1,11 @@
package URI::data; # RFC 2397
-require URI;
-@ISA=qw(URI);
-
use strict;
+use warnings;
+
+use parent 'URI';
+
+our $VERSION = '1.67';
use MIME::Base64 qw(encode_base64 decode_base64);
use URI::Escape qw(uri_unescape);