summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/URI
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-10 21:56:14 +0000
committerKarl Berry <karl@freefriends.org>2019-03-10 21:56:14 +0000
commite0a2a718e89f9700d627f1e6a8eea8f21d2fbeb8 (patch)
tree39972f65008b0d70f306a5f976494d29411bc41e /Master/tlpkg/tlperl/site/lib/URI
parentb206fdc77d81ed1600949062f08de5690a4bf66f (diff)
tl19 perl 5.28.1 for Windows, from Siep
git-svn-id: svn://tug.org/texlive/trunk@50322 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/URI')
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/IRI.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/QueryParam.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/Split.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/_foreign.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/_generic.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/_idna.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/_ldap.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/_login.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/_punycode.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/_query.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/_segment.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/_server.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/_userpass.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/data.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/file/Base.pm7
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/file/FAT.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/file/Mac.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/file/OS2.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/file/QNX.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/file/Unix.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/file/Win32.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/ftp.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/gopher.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/http.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/https.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/ldap.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/ldapi.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/ldaps.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/mailto.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/mms.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/news.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/nntp.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/pop.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/rlogin.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/rsync.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/rtsp.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/rtspu.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/sftp.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/sip.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/sips.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/snews.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/ssh.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/telnet.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/tn3270.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/urn.pm3
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/urn/isbn.pm2
-rw-r--r--Master/tlpkg/tlperl/site/lib/URI/urn/oid.pm3
47 files changed, 49 insertions, 95 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/IRI.pm b/Master/tlpkg/tlperl/site/lib/URI/IRI.pm
index df68c386757..edb10450f7c 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/IRI.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/IRI.pm
@@ -8,8 +8,7 @@ use URI ();
use overload '""' => sub { shift->as_string };
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub new {
my($class, $uri, $scheme) = @_;
diff --git a/Master/tlpkg/tlperl/site/lib/URI/QueryParam.pm b/Master/tlpkg/tlperl/site/lib/URI/QueryParam.pm
index 1408aadba97..16eed9823da 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/QueryParam.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/QueryParam.pm
@@ -3,8 +3,7 @@ package URI::QueryParam;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub URI::_query::query_param {
my $self = shift;
diff --git a/Master/tlpkg/tlperl/site/lib/URI/Split.pm b/Master/tlpkg/tlperl/site/lib/URI/Split.pm
index a44d3a8d10a..39b5bcf7f20 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/Split.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/Split.pm
@@ -3,8 +3,7 @@ package URI::Split;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use Exporter 5.57 'import';
our @EXPORT_OK = qw(uri_split uri_join);
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_foreign.pm b/Master/tlpkg/tlperl/site/lib/URI/_foreign.pm
index a500a3659c0..d556c853e68 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_foreign.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_foreign.pm
@@ -5,7 +5,6 @@ use warnings;
use parent 'URI::_generic';
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
1;
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_generic.pm b/Master/tlpkg/tlperl/site/lib/URI/_generic.pm
index f749cc27e3a..0da8f72998a 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_generic.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_generic.pm
@@ -8,8 +8,7 @@ use parent qw(URI URI::_query);
use URI::Escape qw(uri_unescape);
use Carp ();
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
my $ACHAR = $URI::uric; $ACHAR =~ s,\\[/?],,g;
my $PCHAR = $URI::uric; $PCHAR =~ s,\\[?],,g;
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_idna.pm b/Master/tlpkg/tlperl/site/lib/URI/_idna.pm
index e4206158946..8392e107d92 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_idna.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_idna.pm
@@ -9,8 +9,7 @@ use warnings;
use URI::_punycode qw(encode_punycode decode_punycode);
use Carp qw(croak);
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
BEGIN {
*URI::_idna::_ENV_::JOIN_LEAKS_UTF8_FLAGS = "$]" < 5.008_003
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_ldap.pm b/Master/tlpkg/tlperl/site/lib/URI/_ldap.pm
index 18075c527c0..5057c37cb33 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_ldap.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_ldap.pm
@@ -7,8 +7,7 @@ package URI::_ldap;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use URI::Escape qw(uri_unescape);
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_login.pm b/Master/tlpkg/tlperl/site/lib/URI/_login.pm
index b4a86b01d4c..7c3e5a1b836 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_login.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_login.pm
@@ -5,8 +5,7 @@ use warnings;
use parent qw(URI::_server URI::_userpass);
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
# Generic terminal logins. This is used as a base class for 'telnet',
# 'tn3270', and 'rlogin' URL schemes.
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_punycode.pm b/Master/tlpkg/tlperl/site/lib/URI/_punycode.pm
index ca5ebf24857..405acc2de1b 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_punycode.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_punycode.pm
@@ -3,8 +3,7 @@ package URI::_punycode;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use Exporter 'import';
our @EXPORT = qw(encode_punycode decode_punycode);
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_query.pm b/Master/tlpkg/tlperl/site/lib/URI/_query.pm
index 94cb71b59f6..d9dde133e34 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_query.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_query.pm
@@ -6,8 +6,7 @@ use warnings;
use URI ();
use URI::Escape qw(uri_unescape);
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub query
{
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_segment.pm b/Master/tlpkg/tlperl/site/lib/URI/_segment.pm
index 5a0b1a683db..01f207feb15 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_segment.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_segment.pm
@@ -11,8 +11,7 @@ use URI::Escape qw(uri_unescape);
use overload '""' => sub { $_[0]->[0] },
fallback => 1;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub new
{
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_server.pm b/Master/tlpkg/tlperl/site/lib/URI/_server.pm
index 7fcdaaae31d..5c32400d17f 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_server.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_server.pm
@@ -7,8 +7,7 @@ use parent 'URI::_generic';
use URI::Escape qw(uri_unescape);
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub _uric_escape {
my($class, $str) = @_;
diff --git a/Master/tlpkg/tlperl/site/lib/URI/_userpass.pm b/Master/tlpkg/tlperl/site/lib/URI/_userpass.pm
index 22b0daa4f73..b57fb2a5023 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/_userpass.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/_userpass.pm
@@ -5,8 +5,7 @@ use warnings;
use URI::Escape qw(uri_unescape);
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub user
{
diff --git a/Master/tlpkg/tlperl/site/lib/URI/data.pm b/Master/tlpkg/tlperl/site/lib/URI/data.pm
index 452dc982db3..b21b5a31a0a 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/data.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/data.pm
@@ -5,8 +5,7 @@ use warnings;
use parent 'URI';
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use MIME::Base64 qw(encode_base64 decode_base64);
use URI::Escape qw(uri_unescape);
diff --git a/Master/tlpkg/tlperl/site/lib/URI/file/Base.pm b/Master/tlpkg/tlperl/site/lib/URI/file/Base.pm
index dc1daf81d20..bddd78a44fc 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/file/Base.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/file/Base.pm
@@ -5,8 +5,7 @@ use warnings;
use URI::Escape qw();
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub new
{
@@ -66,8 +65,8 @@ sub _file_is_localhost
return 1 if $host eq "localhost";
eval {
require Net::Domain;
- lc(Net::Domain::hostfqdn()) eq $host ||
- lc(Net::Domain::hostname()) eq $host;
+ lc(Net::Domain::hostfqdn() || '') eq $host ||
+ lc(Net::Domain::hostname() || '') eq $host;
};
}
diff --git a/Master/tlpkg/tlperl/site/lib/URI/file/FAT.pm b/Master/tlpkg/tlperl/site/lib/URI/file/FAT.pm
index 07538c08ad4..78ed78002e3 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/file/FAT.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/file/FAT.pm
@@ -5,8 +5,7 @@ use warnings;
use parent 'URI::file::Win32';
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub fix_path
{
diff --git a/Master/tlpkg/tlperl/site/lib/URI/file/Mac.pm b/Master/tlpkg/tlperl/site/lib/URI/file/Mac.pm
index fb634c95f19..155d618b422 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/file/Mac.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/file/Mac.pm
@@ -7,8 +7,7 @@ use parent 'URI::file::Base';
use URI::Escape qw(uri_unescape);
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub _file_extract_path
{
diff --git a/Master/tlpkg/tlperl/site/lib/URI/file/OS2.pm b/Master/tlpkg/tlperl/site/lib/URI/file/OS2.pm
index c290d40a057..a3cbf980b31 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/file/OS2.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/file/OS2.pm
@@ -5,8 +5,7 @@ use warnings;
use parent 'URI::file::Win32';
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
# The Win32 version translates k:/foo to file://k:/foo (?!)
# We add an empty host
diff --git a/Master/tlpkg/tlperl/site/lib/URI/file/QNX.pm b/Master/tlpkg/tlperl/site/lib/URI/file/QNX.pm
index 5164d3bfa59..995fd632e27 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/file/QNX.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/file/QNX.pm
@@ -5,8 +5,7 @@ use warnings;
use parent 'URI::file::Unix';
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub _file_extract_path
{
diff --git a/Master/tlpkg/tlperl/site/lib/URI/file/Unix.pm b/Master/tlpkg/tlperl/site/lib/URI/file/Unix.pm
index 42d1a51862a..869e8991a7e 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/file/Unix.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/file/Unix.pm
@@ -7,8 +7,7 @@ use parent 'URI::file::Base';
use URI::Escape qw(uri_unescape);
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub _file_extract_path
{
diff --git a/Master/tlpkg/tlperl/site/lib/URI/file/Win32.pm b/Master/tlpkg/tlperl/site/lib/URI/file/Win32.pm
index b9697f91286..d4f1ecfe569 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/file/Win32.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/file/Win32.pm
@@ -7,8 +7,7 @@ use parent 'URI::file::Base';
use URI::Escape qw(uri_unescape);
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub _file_extract_authority
{
diff --git a/Master/tlpkg/tlperl/site/lib/URI/ftp.pm b/Master/tlpkg/tlperl/site/lib/URI/ftp.pm
index 451af0a5ee4..e2d195026da 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/ftp.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/ftp.pm
@@ -3,8 +3,7 @@ package URI::ftp;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent qw(URI::_server URI::_userpass);
diff --git a/Master/tlpkg/tlperl/site/lib/URI/gopher.pm b/Master/tlpkg/tlperl/site/lib/URI/gopher.pm
index 02f4334a194..00bc363a9ec 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/gopher.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/gopher.pm
@@ -3,8 +3,7 @@ package URI::gopher; # <draft-murali-url-gopher>, Dec 4, 1996
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::_server';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/http.pm b/Master/tlpkg/tlperl/site/lib/URI/http.pm
index 85650607d05..1b02cac9aa3 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/http.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/http.pm
@@ -3,8 +3,7 @@ package URI::http;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::_server';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/https.pm b/Master/tlpkg/tlperl/site/lib/URI/https.pm
index 1e80fe86587..f40636bb94e 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/https.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/https.pm
@@ -3,8 +3,7 @@ package URI::https;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::http';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/ldap.pm b/Master/tlpkg/tlperl/site/lib/URI/ldap.pm
index a8b10ec6249..813bff9ea2a 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/ldap.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/ldap.pm
@@ -7,8 +7,7 @@ package URI::ldap;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent qw(URI::_ldap URI::_server);
diff --git a/Master/tlpkg/tlperl/site/lib/URI/ldapi.pm b/Master/tlpkg/tlperl/site/lib/URI/ldapi.pm
index 6a0cabef7ce..b138c8849cf 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/ldapi.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/ldapi.pm
@@ -3,8 +3,7 @@ package URI::ldapi;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent qw(URI::_ldap URI::_generic);
diff --git a/Master/tlpkg/tlperl/site/lib/URI/ldaps.pm b/Master/tlpkg/tlperl/site/lib/URI/ldaps.pm
index 371b90e6ba1..02ad5115fb5 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/ldaps.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/ldaps.pm
@@ -3,8 +3,7 @@ package URI::ldaps;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::ldap';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/mailto.pm b/Master/tlpkg/tlperl/site/lib/URI/mailto.pm
index 33381fdeceb..300386ef449 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/mailto.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/mailto.pm
@@ -3,8 +3,7 @@ package URI::mailto; # RFC 2368
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent qw(URI URI::_query);
diff --git a/Master/tlpkg/tlperl/site/lib/URI/mms.pm b/Master/tlpkg/tlperl/site/lib/URI/mms.pm
index cb7b623707d..3c0e44f0541 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/mms.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/mms.pm
@@ -3,8 +3,7 @@ package URI::mms;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::http';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/news.pm b/Master/tlpkg/tlperl/site/lib/URI/news.pm
index bdf003bec1c..55dcf71556d 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/news.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/news.pm
@@ -3,8 +3,7 @@ package URI::news; # draft-gilman-news-url-01
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::_server';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/nntp.pm b/Master/tlpkg/tlperl/site/lib/URI/nntp.pm
index e1a55b6e632..80bd9429f98 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/nntp.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/nntp.pm
@@ -3,8 +3,7 @@ package URI::nntp; # draft-gilman-news-url-01
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::news';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/pop.pm b/Master/tlpkg/tlperl/site/lib/URI/pop.pm
index 237d6cd4c45..ba824c01b03 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/pop.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/pop.pm
@@ -3,8 +3,7 @@ package URI::pop; # RFC 2384
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::_server';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/rlogin.pm b/Master/tlpkg/tlperl/site/lib/URI/rlogin.pm
index 8d589d7c90d..9dd5667486b 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/rlogin.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/rlogin.pm
@@ -3,8 +3,7 @@ package URI::rlogin;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::_login';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/rsync.pm b/Master/tlpkg/tlperl/site/lib/URI/rsync.pm
index 1ffae852c90..fb6fc132f4b 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/rsync.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/rsync.pm
@@ -5,8 +5,7 @@ package URI::rsync; # http://rsync.samba.org/
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent qw(URI::_server URI::_userpass);
diff --git a/Master/tlpkg/tlperl/site/lib/URI/rtsp.pm b/Master/tlpkg/tlperl/site/lib/URI/rtsp.pm
index 2c2b2e66c50..b06193ad3b5 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/rtsp.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/rtsp.pm
@@ -3,8 +3,7 @@ package URI::rtsp;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::http';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/rtspu.pm b/Master/tlpkg/tlperl/site/lib/URI/rtspu.pm
index e285776c013..8ed9707da4b 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/rtspu.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/rtspu.pm
@@ -3,8 +3,7 @@ package URI::rtspu;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::rtsp';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/sftp.pm b/Master/tlpkg/tlperl/site/lib/URI/sftp.pm
index 293476d7888..93ff152ed16 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/sftp.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/sftp.pm
@@ -5,7 +5,6 @@ use warnings;
use parent 'URI::ssh';
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
1;
diff --git a/Master/tlpkg/tlperl/site/lib/URI/sip.pm b/Master/tlpkg/tlperl/site/lib/URI/sip.pm
index 517f7049e1d..d793a3f57a8 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/sip.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/sip.pm
@@ -14,8 +14,7 @@ use parent qw(URI::_server URI::_userpass);
use URI::Escape qw(uri_unescape);
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
sub default_port { 5060 }
diff --git a/Master/tlpkg/tlperl/site/lib/URI/sips.pm b/Master/tlpkg/tlperl/site/lib/URI/sips.pm
index f89f116654c..4d5553b5313 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/sips.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/sips.pm
@@ -3,8 +3,7 @@ package URI::sips;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::sip';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/snews.pm b/Master/tlpkg/tlperl/site/lib/URI/snews.pm
index 546e58c9960..99110463961 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/snews.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/snews.pm
@@ -3,8 +3,7 @@ package URI::snews; # draft-gilman-news-url-01
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::news';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/ssh.pm b/Master/tlpkg/tlperl/site/lib/URI/ssh.pm
index 8fb25eb689a..c4848f02f8e 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/ssh.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/ssh.pm
@@ -3,8 +3,7 @@ package URI::ssh;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::_login';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/telnet.pm b/Master/tlpkg/tlperl/site/lib/URI/telnet.pm
index 82daef344c9..4d95a6200ca 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/telnet.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/telnet.pm
@@ -3,8 +3,7 @@ package URI::telnet;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::_login';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/tn3270.pm b/Master/tlpkg/tlperl/site/lib/URI/tn3270.pm
index f0e348314e6..cdcabbde855 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/tn3270.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/tn3270.pm
@@ -3,8 +3,7 @@ package URI::tn3270;
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::_login';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/urn.pm b/Master/tlpkg/tlperl/site/lib/URI/urn.pm
index 659b2656621..bca02cb7880 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/urn.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/urn.pm
@@ -3,8 +3,7 @@ package URI::urn; # RFC 2141
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/urn/isbn.pm b/Master/tlpkg/tlperl/site/lib/URI/urn/isbn.pm
index c8469535c4f..92463459448 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/urn/isbn.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/urn/isbn.pm
@@ -3,7 +3,7 @@ package URI::urn::isbn; # RFC 3187
use strict;
use warnings;
-our $VERSION = '1.73';
+our $VERSION = '1.76';
use parent 'URI::urn';
diff --git a/Master/tlpkg/tlperl/site/lib/URI/urn/oid.pm b/Master/tlpkg/tlperl/site/lib/URI/urn/oid.pm
index 010fcf0d4bf..2a4a0f9dcde 100644
--- a/Master/tlpkg/tlperl/site/lib/URI/urn/oid.pm
+++ b/Master/tlpkg/tlperl/site/lib/URI/urn/oid.pm
@@ -3,8 +3,7 @@ package URI::urn::oid; # RFC 2061
use strict;
use warnings;
-our $VERSION = '1.73';
-$VERSION = eval $VERSION;
+our $VERSION = '1.76';
use parent 'URI::urn';