[Http-webtest-commits] HTTP-WebTest-Plugin-XMLReport Makefile.PL,1.2,1.3
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-12-26 21:13:33
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Plugin-XMLReport In directory sc8-pr-cvs1:/tmp/cvs-serv14592 Modified Files: Makefile.PL Log Message: Added Test::More to list of dependancies Index: Makefile.PL =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-XMLReport/Makefile.PL,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.PL 26 Dec 2002 20:34:23 -0000 1.2 --- Makefile.PL 26 Dec 2002 21:13:24 -0000 1.3 *************** *** 5,11 **** 'VERSION_FROM' => 'lib/HTTP/WebTest/Plugin/XMLReport.pm', 'PREREQ_PM' => { ! 'HTTP::WebTest' => 2.00, ! 'XML::Writer' => 0.4, ! 'IO::Scalar' => 2.0, }, 'AUTHOR' => 'Johannes la Poutre <ja...@la...>', --- 5,12 ---- 'VERSION_FROM' => 'lib/HTTP/WebTest/Plugin/XMLReport.pm', 'PREREQ_PM' => { ! 'HTTP::WebTest' => 2.00, ! 'XML::Writer' => 0.4, ! 'IO::Scalar' => 2.0, ! 'Test::More' => 0, }, 'AUTHOR' => 'Johannes la Poutre <ja...@la...>', |