in reply to Re: creating META.yml with Module::Build
in thread creating META.yml with Module::Build

I've got: which is what comes bundled with Fedora 13. Upgrading to ExtUtils-MakeMaker-6.62 with CPAN and META.yml and META.json appear when I ./Build dist.

Now that you've solved the problem, tell me what's your favourite module creation tool. I chose Module::Build over Module::Install (IIRC) for some reason I can't remember, I think because it was pure Perl.

best,

perl -e 'print qq(Just another Perl Hacker\n)' # where's the irony switch?
  • Comment on Re^2: creating META.yml with Module::Build

Replies are listed 'Best First'.
Re^3: creating META.yml with Module::Build
by Anonymous Monk on Jan 23, 2012 at 18:32 UTC

    Well, use what works for you, I simply don't see why the Module::Build maintainers could not write a META file, they invented it

    I do like Module::Install, and yes, it is built on top of Module::Build