[Http-webtest-commits] HTTP-WebTest-Recorder Makefile.PL,1.7,1.8
Brought to you by:
m_ilya,
richardanderson
|
From: Ilya M. <m_...@us...> - 2003-09-07 20:49:56
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder
In directory sc8-pr-cvs1:/tmp/cvs-serv18735
Modified Files:
Makefile.PL
Log Message:
Update reqs to POE modules to avoid hitting old POE bugs
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/Makefile.PL,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile.PL 22 Apr 2003 21:44:47 -0000 1.7
--- Makefile.PL 7 Sep 2003 20:49:31 -0000 1.8
***************
*** 15,20 ****
VERSION_FROM => $VERSION_FROM,
PREREQ_PM => { 'HTTP::WebTest' => 2.01,
! 'POE' => 0.22,
! 'POE::Component::Client::HTTP' => 0.52,
'Template' => 2.00 },
AUTHOR => $AUTHOR,
--- 15,20 ----
VERSION_FROM => $VERSION_FROM,
PREREQ_PM => { 'HTTP::WebTest' => 2.01,
! 'POE' => 0.26,
! 'POE::Component::Client::HTTP' => 0.53,
'Template' => 2.00 },
AUTHOR => $AUTHOR,
|