in reply to Re^4: Updating distributions with Module::Build, Module::Starter, and PPM::Make
in thread Updating distributions with Module::Build, Module::Starter, and PPM::Make

With the small difference that EU::MM is in the Perl core and thus can be expected to be available, whereas Module::Build isn't. There remains the issue of version incompatibilities between different EU::MM versions of course, but seemingly that issue is not as apparent.

  • Comment on Re^5: Updating distributions with Module::Build, Module::Starter, and PPM::Make

Replies are listed 'Best First'.
Re^6: Updating distributions with Module::Build, Module::Starter, and PPM::Make
by adrianh (Chancellor) on Aug 27, 2004 at 10:10 UTC
    With the small difference that EU::MM is in the Perl core and thus can be expected to be available, whereas Module::Build isn't.

    True. However I think I'd argue that neither should be in the dependencies unless the META.yml has "dynamic_config" set to indicate that we need to run a configuration file to install the module.