[Http-webtest-commits] HTTP-WebTest-Recorder Makefile.PL,1.1.1.1,1.2
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-01-24 09:26:44
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder In directory sc8-pr-cvs1:/tmp/cvs-serv14884 Modified Files: Makefile.PL Log Message: Updated requirements Index: Makefile.PL =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/Makefile.PL,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.PL 3 Jan 2003 23:01:12 -0000 1.1.1.1 --- Makefile.PL 24 Jan 2003 09:26:41 -0000 1.2 *************** *** 14,19 **** WriteMakefile( NAME => 'HTTP::WebTest::Recorder', VERSION_FROM => $VERSION_FROM, ! PREREQ_PM => { 'HTTP::WebTest' => 2.01, ! 'Template' => 2.00 }, AUTHOR => $AUTHOR, ABSTRACT => $ABSTRACT, --- 14,21 ---- WriteMakefile( NAME => 'HTTP::WebTest::Recorder', VERSION_FROM => $VERSION_FROM, ! PREREQ_PM => { 'Exception::Class' => 0.99, ! 'HTTP::WebTest' => 2.01, ! 'Template' => 2.00, ! 'Test::Exception' => 0.03}, AUTHOR => $AUTHOR, ABSTRACT => $ABSTRACT, |