The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Dist-Iller-Config-Author-Csson

0.0201 2016-01-29T15:43:46Z UTC
 [New Features]
 - Two new attributes: travis_perl_min and travis_perl_max for easier
   setting of version interval to test.

 [Requirements]
 - No longer uses block package syntax, so should now work on 5.10+ (once
   Dist::Iller does).

0.0200 2016-01-26T22:59:24Z UTC
 [Config Changes]
 - Remove env variable ILLERAT for including some test plugins (now they
   are always there).
 - Add Test::NoTabs as a develop prereq.

0.0107 2016-01-23T22:09:06Z UTC
 [Enhancements]
 - ::MapMetro should require Map::Metro instead of Map::Metro::Plugin::Map.
 - ::MapMetro should add namespace::autoclean as a runtime dependency.

0.0106 2016-01-23T15:18:02Z UTC
 [Enhancements]
 - Use itself to generate dist.ini & weaver.ini (instead of maintaining a
   separate iller.yaml).

 [Other Changes]
 - Add itself as a develop requirement upon use in an iller.yaml.
 - Not a Moops class anymore.

 [Requirements]
 - Add missing (since 0.0105) prereqs: Types::Path::Tiny,
   namespace::autoclean.

0.0105 2016-01-22T17:23:26Z UTC
 [Enhancements]
 - Add [Test::Compile].
 - For this dist: [RunExtraTests] instead of [ExtraTests].

 [New Features]
 - Add ::MapMetro config.

0.0104 2016-01-21T14:50:11Z UTC
 [Other Changes]
 - Remove [CheckExtraTests] from config.
 - Specify perl version in .pm and use warnings (kwalitee fix).

0.0103 2016-01-19T20:42:16Z UTC
 [Enhancements]
 - Added coverage badge.

 [Other Changes]
 - Actually change copyright_year to 2016.

0.0102 2016-01-11T14:57:03Z UTC
 [Documentation]
 - Documentation for attributes (with Pod::Elemental::Transformer::Splint).

 [Other Changes]
 - Changed copyright_year in author-csson.yaml to 2016.

 [Requirements]
 - New runtime prereq: MooseX::AttributeDocumented
 - New runtime prereq: Pod::Elemental::Transformer::Splint

0.0101 2016-01-09T22:25:48Z UTC
 [Bug Fixes]
 - Fixed bug where FAKE_RELEASE=1 would still release to CPAN.

 [Enhancements]
 - Changed groups for [NextVersion::Semantic] slightly
 - Added [Clean] and [InstallRelease] to dist.ini configuration

 [New Features]
 - New attribute 'travis' (defaults to true). Set to false to avoid testing
   on Travis-ci.

 [Requirements]
 - New Dist::Zilla plugins used: D::Z::P::Clean and D::Z::P::InstallRelease

0.0100 2015-11-24T14:47:35Z UTC
 - Initial release