On 3/13/07, Paul LeoNerd Evans <[EMAIL PROTECTED]> wrote:
On Sat, Mar 10, 2007 at 11:04:44PM -0500, David Golden wrote:
> (a) Use only Makefile.PL
I can't, on account of using lots of "build_requires" lines which EU::MM
can't handle.
I think if you use M::B and have it create a traditional Makefile.PL,
it will just promote all those build_requires to full prereqs. So
people that have M::B will get the build_requires behavior and those
with only EU::MM will get a big prerequisite list. In my view,
working with lots of dependencies is better than not working at all.
> (b) Include Module::Build explicitly as a prerequisite of your module
Er.. how exactly, given as it's Module::Build that runs the Build.PL in
the first place?
In the META.yml. I can't say for sure that the different tools will
pick it up at the right time or not, actually. That's changed a bit
over time.
David