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')
-rwxr-xr-xMaster/tlpkg/tlperl/lib/URI/snews.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/snews.pm b/Master/tlpkg/tlperl/lib/URI/snews.pm
new file mode 100755
index 00000000000..7e5b0379e15
--- /dev/null
+++ b/Master/tlpkg/tlperl/lib/URI/snews.pm
@@ -0,0 +1,8 @@
+package URI::snews; # draft-gilman-news-url-01
+
+require URI::news;
+@ISA=qw(URI::news);
+
+sub default_port { 563 }
+
+1;