Update of /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest
In directory sc8-pr-cvs1:/tmp/cvs-serv15879
Modified Files:
Makefile.PL
Log Message:
Updated
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-DateTest/Makefile.PL,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Makefile.PL 12 Sep 2002 13:11:01 -0000 1.1.1.1
--- Makefile.PL 26 Dec 2002 21:16:11 -0000 1.2
***************
*** 5,11 ****
'VERSION_FROM' => 'lib/HTTP/WebTest/Plugin/DateTest.pm',
'PREREQ_PM' => {
! 'HTTP::WebTest' => 1.99, # should be installed to run tests
! 'Date::Parse' => 2.23, # includes Date::Language modules
! },
($] >= 5.005 ?
(
--- 5,12 ----
'VERSION_FROM' => 'lib/HTTP/WebTest/Plugin/DateTest.pm',
'PREREQ_PM' => {
! 'HTTP::WebTest' => 2.00, # should be installed to run tests
! 'Date::Parse' => 2.23, # includes Date::Language modules
! 'Test::More' => 0, # require to do 'make test'
! },
($] >= 5.005 ?
(
|