diff options
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/URI/urn.pm')
-rw-r--r-- | Master/tlpkg/tlperl/site/lib/URI/urn.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/urn.pm b/Master/tlpkg/tlperl/site/lib/URI/urn.pm index bca02cb7880..83c9dfcbda5 100644 --- a/Master/tlpkg/tlperl/site/lib/URI/urn.pm +++ b/Master/tlpkg/tlperl/site/lib/URI/urn.pm @@ -3,7 +3,7 @@ package URI::urn; # RFC 2141 use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.07'; use parent 'URI'; |