[Http-webtest-commits] HTTP-WebTest Makefile.PL,1.11,1.12
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-10-20 00:00:41
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv16046 Modified Files: Makefile.PL Log Message: Remove File::Temp dependancy Index: Makefile.PL =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Makefile.PL,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Makefile.PL 19 Oct 2002 22:37:55 -0000 1.11 --- Makefile.PL 20 Oct 2002 00:00:38 -0000 1.12 *************** *** 16,20 **** PREREQ_PM => { 'Algorithm::Diff' => 0, 'CGI::Cookie' => 0, - 'File::Temp' => 0, 'LWP' => 5.60, 'MIME::Base64' => 0, --- 16,19 ---- *************** *** 28,32 **** EXE_FILES => [ File::Spec->catfile(qw(bin wt)) ], AUTHOR => $AUTHOR, ! ABSTRACT => 'Run tests on remote URLs or local web files'); package MY; --- 27,31 ---- EXE_FILES => [ File::Spec->catfile(qw(bin wt)) ], AUTHOR => $AUTHOR, ! ABSTRACT => 'Testing static and dynamic web content'); package MY; |