perl.makemaker...Devel::Cover vs MakeMaker by Michael G Schwern- April 18, 2008 I&39;d like to know if anyone has a way to make Devel::Cover work properly with the MakeMaker tests. Currently I get bizarre results from cover -test (see below) where it thinks there&39;s no lines in the modules. This is probably the result of MakeMaker running so many perl subprocesses. I&39;d imagine they&39;re all blowing over each other writing to the coverage files.Might it make sense for Devel::Cover to write out coverage information per process and merge them together later Or is...http://www.nntp.perl.org/group/perl.makemaker/2008/04/msg2950.html Re: RFC perl prerequiste by Alexandr Ciornii- April 16, 2008 Michael G Schwern wrote:> Alexandr Ciornii wrote:>> Makefile.PLExtUtils::MakeMaker has no way to specify required perl>> version except "use 5.006;".> Thanks for the idea. It&39;s been proposed before...> https:rt.cpan.orgTicketDisplay.htmlid=28374> > I&39;m fine with the idea as long as it&39;s not adding to PREREQ_PM. I&39;m not a fan> of adding extra special meanings to things. PREREQ_PM is the prerequisite> perl modules and that&39;s it. ...http://www.nntp.perl.org/group/perl.makemaker/2008/04/msg2949.html |