Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder
In directory sc8-pr-cvs1:/tmp/cvs-serv10547
Modified Files:
Makefile.PL
Log Message:
Update reqs
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/Makefile.PL,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.PL 27 Feb 2003 22:13:26 -0000 1.3
--- Makefile.PL 4 Mar 2003 12:39:39 -0000 1.4
***************
*** 14,22 ****
WriteMakefile( NAME => 'HTTP::WebTest::Recorder',
VERSION_FROM => $VERSION_FROM,
! PREREQ_PM => { 'Exception::Class' => 0.99,
! 'HTTP::WebTest' => 2.01,
! 'POE' => 0,
! 'Template' => 2.00,
! 'Test::Exception' => 0.03},
AUTHOR => $AUTHOR,
ABSTRACT => $ABSTRACT,
--- 14,23 ----
WriteMakefile( NAME => 'HTTP::WebTest::Recorder',
VERSION_FROM => $VERSION_FROM,
! PREREQ_PM => { 'Exception::Class' => 1.11,
! 'HTTP::WebTest' => 2.01,
! 'POE' => 0,
! 'POE::Component::Client::HTTP' => 0,
! 'Template' => 2.00,
! 'Test::Exception' => 0.03 },
AUTHOR => $AUTHOR,
ABSTRACT => $ABSTRACT,
|