Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libwww-perl / libwww-perl-5.813 / t / net / config.pl.dist
diff --git a/dev/i386/libwww-perl/libwww-perl-5.813/t/net/config.pl.dist b/dev/i386/libwww-perl/libwww-perl-5.813/t/net/config.pl.dist
new file mode 100644 (file)
index 0000000..3015122
--- /dev/null
@@ -0,0 +1,10 @@
+package net;
+
+# Configure these for you local system
+$httpserver  = "localhost:80";
+$cgidir      = "/cgi-bin/lwp";
+
+# Used for proxy test
+$ftp_proxy = "http://localhost/";
+
+1;