NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Passthrough Makefile.PL (Score:2)
I think the main problem with that for most distributions is that you can specify the mininum version of Perl in the Build.PL but it doesn't get translated to the Makefile.PL. Needs a patch from someone to kickstart it, but I imagine that version issues might kick in.
Re:Passthrough Makefile.PL (Score:1)
Patches for EU::MM to support 'perl' in PREREQ_PM have been on RT for a while. I think Schwern finally compromised to the need for it at the Oslo hackathon as part of the Oslo Consensus -- don't know if it's been put to code yet though. Version problems apply for back compatibility... which is what configure_requires in META.yml is for... which has bootstrap problems too. Oh, well.
-- dagolden
Reply to This
Parent