30151224c50c1cb654692e0e91d58a85a450c826
[dh-make-perl] / dev / arm / 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;