[Http-webtest-commits] HTTP-WebTest-Recorder Makefile.PL,1.4,1.5
Brought to you by:
m_ilya,
richardanderson
|
From: Ilya M. <m_...@us...> - 2003-03-04 13:26:18
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder
In directory sc8-pr-cvs1:/tmp/cvs-serv30596
Modified Files:
Makefile.PL
Log Message:
Update deps
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/Makefile.PL,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.PL 4 Mar 2003 12:39:39 -0000 1.4
--- Makefile.PL 4 Mar 2003 13:26:13 -0000 1.5
***************
*** 16,20 ****
PREREQ_PM => { 'Exception::Class' => 1.11,
'HTTP::WebTest' => 2.01,
! 'POE' => 0,
'POE::Component::Client::HTTP' => 0,
'Template' => 2.00,
--- 16,20 ----
PREREQ_PM => { 'Exception::Class' => 1.11,
'HTTP::WebTest' => 2.01,
! 'POE' => 0.22,
'POE::Component::Client::HTTP' => 0,
'Template' => 2.00,
|