Mailing List Archive

svn commit: r438995 - /spamassassin/trunk/Makefile.PL
Author: jm
Date: Thu Aug 31 10:32:48 2006
New Revision: 438995

URL: http://svn.apache.org/viewvc?rev=438995&view=rev
Log:
bug 5074: avoid perl 5.6.1 / ExtUtils::MakeMaker 5.45 bug where it still attempts to recurse into spamd-apache2 dir when we don't want that

Modified:
spamassassin/trunk/Makefile.PL

Modified: spamassassin/trunk/Makefile.PL
URL: http://svn.apache.org/viewvc/spamassassin/trunk/Makefile.PL?rev=438995&r1=438994&r2=438995&view=diff
==============================================================================
--- spamassassin/trunk/Makefile.PL (original)
+++ spamassassin/trunk/Makefile.PL Thu Aug 31 10:32:48 2006
@@ -284,6 +284,10 @@
# asking all questions twice after a 'make dist*'.
'NORECURS' => 1,

+ # bug 5074: perl 5.6.1 (with ExtUtils::MakeMaker 5.45) attempts to
+ # recurse anyway unless this is explicitly specified
+ 'DIR' => [ ],
+
# Don't add META.yml to the MANIFEST for god's sake!
'NO_META' => 1,
);