diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/_punycode.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/URI/_punycode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/_punycode.pm b/Master/tlpkg/tlperl/lib/URI/_punycode.pm index 828f176c3a8..db400914268 100644 --- a/Master/tlpkg/tlperl/lib/URI/_punycode.pm +++ b/Master/tlpkg/tlperl/lib/URI/_punycode.pm @@ -1,7 +1,7 @@ package URI::_punycode; use strict; -our $VERSION = "0.03"; +our $VERSION = "0.04"; require Exporter; our @ISA = qw(Exporter); |