Revision history for Dist-Iller

0.1405 2016-02-15 16:22:28 UTC
 [Other Changes]
 - Authority added to all packages.

 [Bug Fixes]
 - Now ::DocType::Cpanfile reads META.json after dzil has run, the previous
   release didn't quite get there.

 [Stats & Dependency Changes]
 - 17 files changed, 64 insertions(+), 47 deletions(-)
 - (run req) ~ perl 5.010001 --> 5.010000
 - (dev req) + Dist::Zilla::Plugin::Authority 1.009
 - (dev req) + Dist::Zilla::Plugin::ChangeStats::Dependencies::Git (any)
 - (dev req) + Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch 0.013
 - (dev req) + Dist::Zilla::Plugin::Git::Commit (any)
 - (dev req) ~ Dist::Iller 0.1404 --> 0.1405
 - (dev req) ~ Dist::Iller::Config::Author::CSSON 0.0303 --> 0.0304
 - (dev req) ~ Dist::Zilla::Plugin::RewriteVersion::Transitional (any) -->
   0.007

0.1404 2016-02-11T23:27:47Z UTC
 [Enhancements]
 - ::DocType::Cpanfile now reads META.json after dzil has run, and then the
   cpanfile is created to ensure that it contains all prereqs.

0.1403 2016-02-10T23:01:50Z UTC
 [New Features]
 - Added basic support for generating cpanfile.

0.1402 2016-02-07T15:12:47Z UTC
 [New Features]
 - Add +documentation parameter for plugins in configs (planned to be used
   in a future Pod::Weaver plugin).

 [Requirements]
 - Removed some no longer used dependencies.

0.1401 2016-02-05T22:38:01Z UTC
 [Bug Fixes]
 - The version of a prereq should be updatable.

0.1400 2016-02-05T20:25:34Z UTC
 [API Changes]
 - Configs should now do the Dist::Iller::Config role instead of
   Dist::Iller::Role::Config.

 [Enhancements]
 - Heavily refactored.
 - Ensure plugins are only added once.
 - Files are always generated in the same order.
 - Dist::Iller (and any used configs) are automatically added as develop
   prereqs (and requires the version used).

 [Testing]
 - Tests now generates files in a tempdir (instead of just to_string-ing
   them)

0.1302 2016-02-03T17:18:44Z UTC
 [Enhancements]
 - Only add develop requirements to authordeps.

0.1301 2016-02-03T15:47:08Z UTC
 [Enhancements]
 - Add +version parameter for plugins to set minimum required version.

 [Bug Fixes]
 - Add Dist::Zilla plugins to authordeps (and not just Pod::Weaver
   plugins).

0.1300 2016-01-29T17:21:18Z UTC
 [Other Changes]
 - Removed dependency on Moops/Kavorka, should now work on 5.10+.
 - Built using dzil plugins in Dist::Iller::Config::Author::CSSON instead
   of maintaining separate plugin list.

0.1204 2016-01-22T16:46:56Z UTC
 [Requirements]
 - New prereqs: Module::Load, Carp.

 [Testing]
 - Fixed config test.

 [Other Changes]
 - Removed [CheckExtraTests].
 - Added [Test::Compile] (and removed t/basic.t).

0.1203 2016-01-09T21:53:44Z UTC
 [Enhancements]
 - Mention in the .ini-files which configs (and versions) where used to
   build them.

 [Requirements]
 - New develop requirements: D::Z::P::MetaProvides::Package,
   D::Z::P::MetaProvides::Class.

 [Other Changes]
 - Add provides in Meta for all classes.

 [Documentation]
 - Fixed outdated example in the synopsis.

0.1202 2015-11-27T15:29:57Z UTC
 [Requirements]
 - Fixed missing prereq (fixes #2, SREZIC++)
 - Test::Pod should now be a develop prereq rather than build.

 [Other Changes]
 - Fixed some minor kwalitee issues.

0.1201 2015-11-24T12:56:59Z UTC
 [Meta]
 - Fixed version number.

0.1200 2015-11-24T12:42:53Z UTC
 - Initial release