Update of /cvsroot/http-webtest/HTTP-WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv18420
Modified Files:
INSTALL
Log Message:
Updated
Index: INSTALL
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** INSTALL 6 Jun 2002 18:27:17 -0000 1.3
--- INSTALL 15 Jun 2002 21:41:57 -0000 1.4
***************
*** 4,8 ****
* Perl 5.005 or later
- * Algorithm::Diff
* File::Temp (is included in Perl 5.6.1 and later)
* libwww 5.60 or later
--- 4,7 ----
***************
*** 13,16 ****
--- 12,19 ----
* Time::HiRes
+ If you want to run test suite ('make test') you need also
+
+ * Algorithm::Diff
+
INSTALLATION
***************
*** 18,24 ****
perl Makefile.PL
- (answer the questions you're asked)
make
! make test
make install
--- 21,26 ----
perl Makefile.PL
make
! make test # optional - runs test suite for this module
make install
|