Hi Ilya. Good idea. I was in a situation earlier this year where the
client did not allow the use of CPAN modules, so instead of File::Temp I
used a hack similar to the one that you removed from version 1.04. What did
you use to replace File::Temp?
Richard Anderson
----- Original Message -----
From: "Ilya Martynov" <m_...@us...>
To: <htt...@li...>
Sent: Saturday, October 19, 2002 5:00 PM
Subject: [Http-webtest-commits] HTTP-WebTest Makefile.PL,1.11,1.12
> 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;
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:
> Access Your PC Securely with GoToMyPC. Try Free Now
> https://www.gotomypc.com/s/OSND/DD
> _______________________________________________
> Http-webtest-commits mailing list
> Htt...@li...
> https://lists.sourceforge.net/lists/listinfo/http-webtest-commits
>
|