summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/_foreign.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/_foreign.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/_foreign.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/_foreign.pm b/Master/tlpkg/tlperl/lib/URI/_foreign.pm
index 075f0fd3417..0132efeb8f5 100644
--- a/Master/tlpkg/tlperl/lib/URI/_foreign.pm
+++ b/Master/tlpkg/tlperl/lib/URI/_foreign.pm
@@ -1,6 +1,8 @@
package URI::_foreign;
-require URI::_generic;
-@ISA=qw(URI::_generic);
+use strict;
+use warnings;
+
+use parent 'URI::_generic';
1;