Update of /cvsroot/http-webtest/HTTP-WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv4330
Modified Files:
INSTALL
Log Message:
Minor fixes
Index: INSTALL
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/INSTALL,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** INSTALL 15 Jun 2002 21:44:06 -0000 1.5
--- INSTALL 24 Sep 2002 20:19:34 -0000 1.6
***************
*** 6,14 ****
* File::Temp (is included in Perl 5.6.1 and later)
* libwww 5.60 or later
! * libnet
! * Text::Balanced
* Pod::Usage (is included in Perl 5.6.1 and later)
* Pod::Man 1.14 (is included in Perl 5.6.1 and later)
! * Time::HiRes
If you want to run test suite ('make test') you need also
--- 6,15 ----
* File::Temp (is included in Perl 5.6.1 and later)
* libwww 5.60 or later
! * libnet (is included in Perl 5.8.0 and later)
! * Test::More (is included in Perl 5.8.0 and later)
! * Text::Balanced (is included in Perl 5.8.0 and later)
* Pod::Usage (is included in Perl 5.6.1 and later)
* Pod::Man 1.14 (is included in Perl 5.6.1 and later)
! * Time::HiRes (is included in Perl 5.8.0 and later)
If you want to run test suite ('make test') you need also
|