Update of /cvsroot/http-webtest/HTTP-WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv24619
Modified Files:
Makefile.PL MANIFEST.SKIP MANIFEST
Log Message:
Do not generate bin/wt from bin/wt.PL anymore.
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/Makefile.PL,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.PL 8 Apr 2002 21:51:58 -0000 1.5
--- Makefile.PL 12 May 2002 14:40:37 -0000 1.6
***************
*** 11,16 ****
my %CONFIG = ();
- # list of programs we install
- my @PROGRAMS = qw(wt);
# what do we need to delete on realclean?
my $REALCLEAN = '.config';
--- 11,14 ----
***************
*** 34,39 ****
'URI' => 0 },
realclean => { FILES => $REALCLEAN },
! PL_FILES => { map +("bin/$_.PL" => "bin/$_"), @PROGRAMS },
! EXE_FILES => [ map {"bin/$_"} @PROGRAMS ],
AUTHOR => $AUTHOR,
ABSTRACT => 'Run tests on remote URLs or local web files');
--- 32,36 ----
'URI' => 0 },
realclean => { FILES => $REALCLEAN },
! EXE_FILES => [ File::Spec->catfile(qw(bin wt)) ],
AUTHOR => $AUTHOR,
ABSTRACT => 'Run tests on remote URLs or local web files');
Index: MANIFEST.SKIP
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/MANIFEST.SKIP,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MANIFEST.SKIP 21 Feb 2002 01:43:04 -0000 1.2
--- MANIFEST.SKIP 12 May 2002 14:40:37 -0000 1.3
***************
*** 16,18 ****
t/good.wt$
t/test2.html$
- bin/wt$
--- 16,17 ----
Index: MANIFEST
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/MANIFEST,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** MANIFEST 12 May 2002 13:37:33 -0000 1.11
--- MANIFEST 12 May 2002 14:40:37 -0000 1.12
***************
*** 5,9 ****
README
TODO
! bin/wt.PL
http-webtest/conf/httpd.conf-dist
http-webtest/htdocs/webtest/is_apache_responding.html
--- 5,9 ----
README
TODO
! bin/wt
http-webtest/conf/httpd.conf-dist
http-webtest/htdocs/webtest/is_apache_responding.html
|