stas 2002/12/12 17:53:45
Modified: perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm
Log:
fix indentation
Revision Changes Path
1.57 +1 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPerl.pm
Index: TestConfigPerl.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPerl.pm,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- TestConfigPerl.pm 12 Dec 2002 10:10:19 -0000 1.56
+++ TestConfigPerl.pm 13 Dec 2002 01:53:45 -0000 1.57
@@ -284,7 +284,7 @@
# add the subdirs to @INC early, in case mod_perl is started earlier
sub configure_pm_tests_inc {
my $self = shift;
- for my $subdir (@extra_subdirs) {
+ for my $subdir (@extra_subdirs) {
my $dir = catfile $self->{vars}->{t_dir}, lc $subdir;
next unless -d $dir;