Changes between Version 4 and Version 5 of PadrePluginBuild
- Timestamp:
- 03/26/12 08:27:26 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginBuild
v4 v5 11 11 - The menu should contain: 12 12 - Customize Build sequence: 13 - Clean (checkbox) 13 14 - Configure (checkbox) 14 15 - Build (checkbox) … … 22 23 - For {{{Module::Build}}}, {{{Build.PL}}} should be present: 23 24 {{{ 25 ./Build realclean 24 26 perl Build.PL 25 27 ./Build … … 30 32 - For {{{Module::Install}}}, {{{Makefile.PL}}} should be present: 31 33 {{{ 34 make realclean 32 35 perl Makefile.PL 33 36 make … … 39 42 - For {{{Dist::Zilla}}}, {{{dist.ini}}} should be present: 40 43 {{{ 44 dzil clean 41 45 dzil build 42 46 dzil test
