[Http-webtest-commits] CVS: HTTP-WebTest Makefile.PL,1.8,1.9
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-07-31 15:18:50
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv11144 Modified Files: Makefile.PL Log Message: Alghorith::Diff is again in list of dependancies Index: Makefile.PL =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Makefile.PL,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.PL 15 Jun 2002 21:43:33 -0000 1.8 --- Makefile.PL 31 Jul 2002 15:18:47 -0000 1.9 *************** *** 14,18 **** WriteMakefile( NAME => 'HTTP::WebTest', VERSION_FROM => 'lib/HTTP/WebTest.pm.in', ! PREREQ_PM => { 'CGI::Cookie' => 0, 'File::Temp' => 0, 'LWP' => 5.60, --- 14,19 ---- WriteMakefile( NAME => 'HTTP::WebTest', VERSION_FROM => 'lib/HTTP/WebTest.pm.in', ! PREREQ_PM => { 'Algorithm::Diff' => 0, ! 'CGI::Cookie' => 0, 'File::Temp' => 0, 'LWP' => 5.60, |