Fix POD markup error
[libwww-perl-eserte.git] / t / README
blobe31da71450ca228516a1dda95db57899bd61fee2
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:
8   ./TEST -v base/date
10 or all tests in a directory like this
12   ./TEST base
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
24   ./TEST net