Without actually trying it, I would suggest setting build_requires
using the BUILD_REQUIRES argument for MakeMaker rather than in
META_MERGE.  Then you need to make sure that the ExtUtils::MakeMaker
version in configure_requires is new enough to support BUILD_REQUIRES.
 That looks to be 6.56 (released in 2009).

Regards,
David


On Wed, Dec 5, 2012 at 3:18 PM, Stefan Seifert <n...@detonation.org> wrote:
> Hi!
>
> I'm the author of WWW::WebKit and am trying to provide a smooth installation
> for my users. I already found out how to add configure_requires and
> build_requires information to the META files which improved the situation a
> lot. But it seems like perl Makefile.PL also creates some MYMETA files which 
> do
> contain the configure_requires information, but for some unknown reason lacks
> the build_requires, causing attempts to install on fresh perlbrew perl to
> fail.
>
> I'm attaching the Makefile.PL in question. Any help on what I have to do to 
> fix
> this would be greatly appreciated. As would be pointers to some definitive
> guide on how to prepare a module for release on CPAN because this whole
> MakeMaker, Module::Install, Module::Build, DistZilla and whatnot stuff is
> nothing but confusing.
>
> Thanks,
> Stefan Seifert



-- 
David Golden <x...@xdg.me>
Take back your inbox! → http://www.bunchmail.com/
Twitter/IRC: @xdg

Reply via email to