summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/snews.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/snews.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/snews.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/snews.pm b/Master/tlpkg/tlperl/lib/URI/snews.pm
index 4310f8111a4..ccf67b41fc1 100644
--- a/Master/tlpkg/tlperl/lib/URI/snews.pm
+++ b/Master/tlpkg/tlperl/lib/URI/snews.pm
@@ -1,7 +1,9 @@
package URI::snews; # draft-gilman-news-url-01
-require URI::news;
-@ISA=qw(URI::news);
+use strict;
+use warnings;
+
+use parent 'URI::news';
sub default_port { 563 }