Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder
In directory sc8-pr-cvs1:/tmp/cvs-serv29779
Modified Files:
Makefile.PL
Log Message:
Update requirements
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/Makefile.PL,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.PL 14 Mar 2003 12:09:54 -0000 1.6
--- Makefile.PL 22 Apr 2003 21:44:47 -0000 1.7
***************
*** 14,23 ****
WriteMakefile( NAME => 'HTTP::WebTest::Recorder',
VERSION_FROM => $VERSION_FROM,
! PREREQ_PM => { 'Exception::Class' => 1.11,
! 'HTTP::WebTest' => 2.01,
'POE' => 0.22,
'POE::Component::Client::HTTP' => 0.52,
! 'Template' => 2.00,
! 'Test::Exception' => 0.03 },
AUTHOR => $AUTHOR,
ABSTRACT => $ABSTRACT,
--- 14,21 ----
WriteMakefile( NAME => 'HTTP::WebTest::Recorder',
VERSION_FROM => $VERSION_FROM,
! PREREQ_PM => { 'HTTP::WebTest' => 2.01,
'POE' => 0.22,
'POE::Component::Client::HTTP' => 0.52,
! 'Template' => 2.00 },
AUTHOR => $AUTHOR,
ABSTRACT => $ABSTRACT,
|