Author: stas
Date: Wed May 25 11:06:44 2005
New Revision: 178501
URL: http://svn.apache.org/viewcvs?rev=178501&view=rev
Log:
drop the now irrelevant code dealing with Apache2/ subdirs
Modified:
perl/modperl/trunk/lib/ModPerl/TestReport.pm
Modified: perl/modperl/trunk/lib/ModPerl/TestReport.pm
URL:
http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/ModPerl/TestReport.pm?rev=178501&r1=178500&r2=178501&view=diff
==============================================================================
--- perl/modperl/trunk/lib/ModPerl/TestReport.pm (original)
+++ perl/modperl/trunk/lib/ModPerl/TestReport.pm Wed May 25 11:06:44 2005
@@ -33,9 +33,7 @@
# modules that are about to be installed
my @skip_dirs = qw(
blib/lib
- blib/lib/Apache2
blib/arch
- blib/arch/Apache2
lib
);
my $skip_dir_str = join '|', map { s|/|[/\\\\]|g; $_ } @skip_dirs;
@@ -43,8 +41,6 @@
sub packages {
- # search in Apache2/ subdirs too
- eval { require Apache2 };
my @inc = grep !/$skip_dir_pat/, @INC;
my %packages = ();