[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-test-cvs
Subject:    svn commit: r105822 - httpd/test/trunk/perl-framework/Apache-Test
From:       geoff () apache ! org
Date:       2004-11-19 15:07:15
Message-ID: 20041119150715.91731.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: geoff
Date: Fri Nov 19 07:07:14 2004
New Revision: 105822

Modified:
   httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL
Log:
skip over .svn directories


Modified: httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL	(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL	Fri Nov 19 07:07:14 2004
@@ -90,6 +90,22 @@
     }
 }
 
+if ($ExtUtils::MakeMaker::VERSION < 6.06) {
+    # now that we're using subversion, make sure that
+    # .svn directories are skipped during the build process
+    # for old versions of MakeMaker
+
+    sub MY::libscan {
+        my $self = shift;
+
+        my $path = shift;
+
+        return '' if $path =~ /\B\.svn\b/;
+
+        return $path;
+    }
+}
+
 sub MY::postamble {
     my $self = shift;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic