Add a paragraph to summarize the motivation for releases since 5.815
[libwww-perl-eserte.git] / t / net / config.pl.dist
blob30151224c50c1cb654692e0e91d58a85a450c826
1 package net;
3 # Configure these for you local system
4 $httpserver  = "localhost:80";
5 $cgidir      = "/cgi-bin/lwp";
7 # Used for proxy test
8 $ftp_proxy = "http://localhost/";