|
|
| "be consistent" | |
| PerlMonks |
Re: module needs another module for buildby bingos (Vicar) |
| on Aug 09, 2011 at 22:45 UTC ( #919571=note: print w/ replies, xml ) | Need Help?? |
|
build_requires will be resolved too late to be of any help. build_requires are resolved by *after* Makefile.PL has already been executed by cpan/cpanp/cpanm etc. CONFIGURE_REQUIRES on the other hand are a list of prereqs that must be resolved *before* Makefile.PL is executed.
We require the 'B' module during configuration and at runtime in the above example.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||