Author: pgollucci
Date: Tue Aug 29 22:11:19 2006
New Revision: 438371
URL: http://svn.apache.org/viewvc?rev=438371&view=rev
Log:
whitespace
Modified:
perl/modperl/trunk/Makefile.PL
Modified: perl/modperl/trunk/Makefile.PL
URL:
http://svn.apache.org/viewvc/perl/modperl/trunk/Makefile.PL?rev=438371&r1=438370&r2=438371&view=diff
==============================================================================
--- perl/modperl/trunk/Makefile.PL (original)
+++ perl/modperl/trunk/Makefile.PL Tue Aug 29 22:11:19 2006
@@ -119,12 +119,12 @@
# mod_perl test suite relies on having Apache-Test bundled with
# the mod_perl source, since any pre-installed version may not do
# the right thing
- foreach my $sub_pkg (qw(Apache-Test Apache-SizeLimit)) {
+ foreach my $sub_pkg (qw(Apache-Test Apache-SizeLimit)) {
unless (-d $sub_pkg) {
error "Can't find a sub-directory $sub_pkg. " .
"Make sure that you are using a complete source distribution";
exit 1;
- }
+ }
}
set_modperl_version();