1 Self test suite for the libwww-perl library
2 -------------------------------------------
4 Tests are invoked by running the ./TEST script, but usually you run
5 the tests with "make test" at the top libwww-perl directory. Use -v
6 option for verbose tests. You might run an individual test like this:
10 or all tests in a directory like this
14 You enable network tests by creating the "net/config.pl" file. A good
15 start is to make a copy of the "net/config.pl.dist" file. For network
16 tests you should also make a link from the cgi-bin directory of your
17 http server to the "net/cgi-bin" directory. You might also have to
18 check that the interpreter line (#!.../perl) in the scripts is ok for
19 your system. The following setup works for my site:
21 ln -s `pwd`/net/cgi-bin ~www/cgi-bin/lwp
22 cp net/config.pl.dist net/config.pl
23 emacs net/config.pl # fix if necessary