perl.makemaker...rt.cpan.org 32879 PATCH ppd target gets ARCHITECTURE NAME wrong in 5.10 by Jan Dubois via RT- June 27, 2008 Queue: ExtUtils-MakeMaker Ticket <URL: http:rt.cpan.orgTicketDisplay.htmlid=32879 >I find this patch slightly more obvious -3011,7 +3011,7 archname did not change from 5.6 to 5.8, but those versions may not be not binary compatible so now we append the part of the version that changes when binary compatibility may change- $archname .= "-". substr($Configversion,0,3);+ $archname .= "-$ConfigPERL_REVISION.$ConfigPERL_VERSION"; .http://www.nntp.perl.org/group/perl.makemaker/2008/06/msg2953.html BUILD_REQUIRES and CONFIGURE_REQUIRES by Alexandr Ciornii- June 5, 2008 Hello!This is patch to add BUILD_REQUIRES and CONFIGURE_REQUIRES into EUMM.PREREQ_PM and BUILD_REQUIRES are dumped as PREREQ_PM in &39;Makefile&39; because CPAN.pm does not know about BUILD_REQUIRES.Please check if I done correct thing with PREREQ_PRINT.-- Alexandr Ciornii, http:chorny.nethttp://www.nntp.perl.org/group/perl.makemaker/2008/06/msg2952.html |