https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6131
Justin Mason <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #17 from Justin Mason <[email protected]> 2009-08-05 02:14:26 PST --- (In reply to comment #16) > 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 => {...} > })), gotcha. I'd been meaning to go back through the revs to figure out when that was, but asking you would probably have been easier. ;) : 216...; svn commit -m "bug 6131: META_MERGE is a recent addition to ExtUtils::MakeMaker; don't add it if the MM version is less than 6.46" Makefile.PL Sending Makefile.PL Transmitting file data . Committed revision 801099 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=801099 ). -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
