summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/_punycode.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/_punycode.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/_punycode.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/_punycode.pm b/Master/tlpkg/tlperl/lib/URI/_punycode.pm
index db400914268..bd69fe7377a 100644
--- a/Master/tlpkg/tlperl/lib/URI/_punycode.pm
+++ b/Master/tlpkg/tlperl/lib/URI/_punycode.pm
@@ -1,10 +1,11 @@
package URI::_punycode;
use strict;
-our $VERSION = "0.04";
+use warnings;
-require Exporter;
-our @ISA = qw(Exporter);
+our $VERSION = "1.67";
+
+use Exporter 'import';
our @EXPORT = qw(encode_punycode decode_punycode);
use integer;