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