[Http-webtest-commits] HTTP-WebTest-Recorder Makefile.PL,1.2,1.3
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-02-27 22:13:32
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder In directory sc8-pr-cvs1:/tmp/cvs-serv15625 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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.PL 24 Jan 2003 09:26:41 -0000 1.2 --- Makefile.PL 27 Feb 2003 22:13:26 -0000 1.3 *************** *** 16,19 **** --- 16,20 ---- PREREQ_PM => { 'Exception::Class' => 0.99, 'HTTP::WebTest' => 2.01, + 'POE' => 0, 'Template' => 2.00, 'Test::Exception' => 0.03}, |