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