$Id: INSTALL,v 1.12 2003/04/26 15:17:21 m_ilya Exp $
PREREQUISITES
If you want SSL support you need one of these modules
See README.SSL file in libwww distro for details.
If you want to run test suite ('make test') you need also
INSTALLATION
Installing HTTP-WebTest:
perl Makefile.PL
make
make test # optional - runs test suite for this module
make install
On Win32 systems you should use 'nmake' instead of make'. 'nmake' is Windows version of Unix 'make' utility which may be downloaded from ftp ftp.microsoft.com for free.
For more information see README and POD documentation in HTTP::WebTest.