Revision history for Dist-Zilla-Plugin-ModuleInstall
0.01054020 2011-04-04T15:36:00Z
[BugFix]
- rt#61170 "wrong inc::module::install prereq" should be fixed in this
release.
[Dependencies]
- No longer (falsely) deps inc::Module::Install ( rt#61170 )
[Dependencies::Devel]
- Recommneds/suggests/etc on @Author::KENTNL bundles.
[Dependencies::Test]
- Depends English.pm
[Packaging]
- No longer indexes ^inc:: things. ( rt#61170 )
- Move to @Author::KENTNL
- use Bootstrap::lib
- Changes to CPAN::Changes style.
- no longer ship inc/
- Ship .perltidyrc and perlcritic.rc
[Tests]
- Remove hand-spun critic-tests.
- Drop portability tests.
- Add CPAN::Changes tests.
0.01029216 2010-08-04T11:37:06Z
- Upgraded codebase to work with DZil 4.
- New support for build/test/config/recommends phases.
- Now dies and leaves you in the tempdir if it manages to generate a
fubared Makefile.PL
- Now using Latest Role::Tempdir
- General overhaul of everything.
- This release hopefully resolves rt #55840 ( reported by Salve J. Nilsen
)
- This now ships its own default test-runner.
- Attempted support at supporting scripts via :ExecFiles
- More errors moved to occur in the dzil phase, not in the templater (
which suppresses sneaky errors that I had happening because the code in
the templates were dying, and emitting "hurp, something failed" into the
template, which, being perl code, wasn't too great )
- Emitted Makefile.PL has more comments explaining whats happening.
- Injects a "Hey, don't modify this file!" warning.
0.01002219 2009-11-13T14:03:57Z
- First version.