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

Module::Install is primarily built on top of ExtUtils::MakeMaker, not Module::Build. (Though it does use Module::Build to help auto-generate the 'provides' lists for META.yml files.)

Personally, I like Module::Package which is built on top of Module::Install.

  • Comment on Re^4: creating META.yml with Module::Build