Update of /cvsroot/http-webtest/HTTP-WebTest/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv10973/scripts
Modified Files:
test_config.PL
Log Message:
Do not test for Alghorithm::Diff. Let Makefile.PL do this check.
Index: test_config.PL
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/scripts/test_config.PL,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_config.PL 15 Jun 2002 21:33:38 -0000 1.1
--- test_config.PL 31 Jul 2002 15:18:16 -0000 1.2
***************
*** 9,23 ****
my %CONFIG;
- eval { require Algorithm::Diff };
-
- if($@) {
- print <<MSG;
-
- Algorithm::Diff module is required to run 'make test'.
-
- MSG
- exit 1;
- }
-
unless(check_config()) {
# verify standard input and output are attached to a terminal
--- 9,12 ----
|