Plugins
Padre::Plugin::Moose ??
A modern Perl TDD-based build system for Padre
TODO
- Release version 0.01 - Figure out what is the current project using or better allow the user to select one - The menu should contain: - Customize Build sequence: - Clean (checkbox) - Configure (checkbox) - Build (checkbox) - Test (checkbox - Test under RELEASE_TESTING or AUTOMATED_TESTING? - Bi (checkbox) - Build dist (checkbox) - Build release (checkbox) - Build - Execute standalone build step
For {{{Module::Build}}}, {{{Build.PL}}} should be present:
./Build realclean perl Build.PL ./Build ./Build test ./Build install # if required
- For {{{Module::Install}}}, {{{Makefile.PL}}} should be present:
make realclean perl Makefile.PL make make test rm MANIFEST && make manifest && make dist make install # if required
- For {{{Dist::Zilla}}}, {{{dist.ini}}} should be present:
dzil clean dzil build dzil test dzil install dzil release