https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6131
--- Comment #16 from Michael Schwern <[email protected]> 2009-08-04 18:22:14 PST --- META_MERGE was added in MakeMaekr 6.46. So you have to wrap it in a version check or suffer a minor warning. ($ExtUtils::MakeMaker::VERSION < 6.46 ? () : (META_MERGE => { resources => {...} })), -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
