On Mar 13, 2007, at 8:38 PM, Sébastien Aperghis-Tramoni wrote:
Jonathan Rockway wrote:
Why don't y'all just use Module::Install? It handles
build_requires, AND you
can bundle modules with your dist, in case dependencies worry
you. Problems
solved.
OTOH, Module::Install (and Module::Build as well to be honest)
doesn't work on old Perl.
Some people may care about this and thus not use M::I, others may not.
Module::Build works as far back as perl 5.005_03 - before that and
we'd be pulling our hair out more than we already are.
That said, testing on old perls doesn't always happen as often as
we'd like, so sometimes it breaks and nobody notices. But generally
it should work.
-Ken