On Mar 7, 2011, at 10:40 AM, Alexandr Ciornii wrote:
> Hello, David.
>
> You really don't need Module::Build in build_requires. Because if you
> don't have M::B, and Build.PL will be run, it will fail before any
> CPAN client will be able to install M::B.
Well, one *m
Hello, David.
You really don't need Module::Build in build_requires. Because if you
don't have M::B, and Build.PL will be run, it will fail before any
CPAN client will be able to install M::B.
2011/3/7 David E. Wheeler :
> Builders,
>
> For some time, I've been using thi
Builders,
For some time, I've been using this pattern in my Build.PL:
configure_requires => { 'Module::Build' => '0.30' },
create_makefile_pl => 'traditional',
build_requires => { 'Module::Build' => '0.30' },
However, while the build with Build.PL requires Module::Build, the buil