in reply to Re^3: Updating distributions with Module::Build, Module::Starter, and PPM::Make
in thread Updating distributions with Module::Build, Module::Starter, and PPM::Make
Under M::B, AIUI, dependencies are hardcoded in META.yml
This is incorrect.
M::B describes dependencies in its Build.PL just like EU::MM describes its dependences in Makefile.PL. The META.yml is generated from this description (as, indeed, it is with the latest EU::MM).
An additional note: even if META.yml were checked before running Makefile.PL, in the examples I've seen, Module::Build isn't listed as a dependency there even though it is required for the build.
Just as EU::MM isn't included in the META.yml files that EU::MM generates.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Updating distributions with Module::Build, Module::Starter, and PPM::Make
by Corion (Patriarch) on Aug 27, 2004 at 09:42 UTC | |
by adrianh (Chancellor) on Aug 27, 2004 at 10:10 UTC | |
|
Re^5: Updating distributions with Module::Build, Module::Starter, and PPM::Make
by ysth (Canon) on Aug 27, 2004 at 13:12 UTC |