Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / liburi-perl / liburi-perl-1.35.dfsg.1 / URI / nntp.pm
diff --git a/dev/i386/liburi-perl/liburi-perl-1.35.dfsg.1/URI/nntp.pm b/dev/i386/liburi-perl/liburi-perl-1.35.dfsg.1/URI/nntp.pm
new file mode 100644 (file)
index 0000000..af61e03
--- /dev/null
@@ -0,0 +1,6 @@
+package URI::nntp;  # draft-gilman-news-url-01
+
+require URI::news;
+@ISA=qw(URI::news);
+
+1;