summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/URI/urn
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/URI/urn')
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/urn/isbn.pm2
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/urn/oid.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/urn/isbn.pm b/Master/tlpkg/tlperl/site/lib/URI/urn/isbn.pm
index b335044b885..c8469535c4f 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/urn/isbn.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/urn/isbn.pm
@@ -3,6 +3,8 @@ package URI::urn::isbn; # RFC 3187
use strict;
use warnings;
+our $VERSION = '1.73';
+
use parent 'URI::urn';
use Carp qw(carp);
diff --git a/Master/tlpkg/tlperl/site/lib/URI/urn/oid.pm b/Master/tlpkg/tlperl/site/lib/URI/urn/oid.pm
index 7d38bc9f73e..010fcf0d4bf 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/urn/oid.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/urn/oid.pm
@@ -3,7 +3,7 @@ package URI::urn::oid; # RFC 2061
use strict;
use warnings;
-our $VERSION = '1.71';
+our $VERSION = '1.73';
$VERSION = eval $VERSION;
use parent 'URI::urn';