summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/http.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/http.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/http.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/http.pm b/Master/tlpkg/tlperl/lib/URI/http.pm
index cb698224060..57eb01b21a0 100644
--- a/Master/tlpkg/tlperl/lib/URI/http.pm
+++ b/Master/tlpkg/tlperl/lib/URI/http.pm
@@ -1,9 +1,9 @@
package URI::http;
-require URI::_server;
-@ISA=qw(URI::_server);
-
use strict;
+use warnings;
+
+use parent 'URI::_server';
sub default_port { 80 }