Update of /cvsroot/http-webtest/HTTP-WebTest/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv16194a/scripts
Modified Files:
pod_merge.PL
Removed Files:
test_config.PL
Log Message:
Removing Apache plugin from HTTP-WebTest (to be published as separate
CPAN module)
Index: pod_merge.PL
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/scripts/pod_merge.PL,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pod_merge.PL 20 Jun 2002 18:18:40 -0000 1.3
--- pod_merge.PL 19 Oct 2002 22:37:54 -0000 1.4
***************
*** 72,81 ****
$sections{params} = join '', @sections;
- # find Apache Directory and Files section
- my $apache_pm = File::Spec->catfile($sourcedir, qw(HTTP WebTest Plugin Apache.pm));
- $sections{apache} = file_scan($apache_pm, 'apache');
-
# replace sections in out file
! for my $type (qw(params apache)) {
my $regex = section_replace_re($type);
$merged_data =~ s/$regex/$sections{$type}/xs;
--- 72,77 ----
$sections{params} = join '', @sections;
# replace sections in out file
! for my $type (qw(params)) {
my $regex = section_replace_re($type);
$merged_data =~ s/$regex/$sections{$type}/xs;
--- test_config.PL DELETED ---
|