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
1 package net;
2
3 # Configure these for you local system
4 $httpserver  = "localhost:80";
5 $cgidir      = "/cgi-bin/lwp";
6
7 # Used for proxy test
8 $ftp_proxy = "http://localhost/";
9
10 1;