summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/tn3270.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/tn3270.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/tn3270.pm7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/tn3270.pm b/Master/tlpkg/tlperl/lib/URI/tn3270.pm
index dd1e648e713..b0f6dc8bf96 100644
--- a/Master/tlpkg/tlperl/lib/URI/tn3270.pm
+++ b/Master/tlpkg/tlperl/lib/URI/tn3270.pm
@@ -1,6 +1,9 @@
package URI::tn3270;
-require URI::_login;
-@ISA = qw(URI::_login);
+
+use strict;
+use warnings;
+
+use parent 'URI::_login';
sub default_port { 23 }