The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for perl module Dist::Zilla::PluginBundle::Author::MAXHQ

1.001004 2015-05-13
 [REVISION]
 - Tell GatherDir to skip .build, .git, .svn and CVS 

1.001003 2015-02-03
 [DOCUMENTATION]
 - Updated doc with recent changes concerning required modules

 [REVISION]
 - Include dot files in dist

1.001002 2015-02-03
 [BUG FIXES]
 - Requirements Pod::Elemental::Transformer::List and
   Pod::Coverage::TrustPod are now correctly declared for phase "devlop"
   instead of "runtime"

 [REVISION]
 - Tell [GatherDir] to ignore extlib/
 - Removed obsolete entry in dist.ini

1.001001 2015-01-21
 [REVISION]
 - Removed Dist::Zilla-Plugin::Prereqs::MatchInstalled::All (thanks to
   ETHER for pointing out that this causes grief to users)

1.001000 2015-01-15
 [+ENHANCEMENTS]
 - Added "rex_task" as a PodWeaver POD keyword
 - Rearranged headlines in POD

 [BUG FIXES]
 - Set version format to 1.222333 explicitely
 - Added Pod::Elemental::Transformer::List as runtime requirement via

 [DOCUMENTATION]
 - Added (minimalistic) developer doc

 [Prereq]
 - Added Pod::Coverage::TrustPod as runtime requirement via [Prereq]
 - POD headline for functions was empty
 - Excluded Dist::Zilla::PluginBundle::Author::MAXHQ from requirements to
   suppress build warning

 [REVISION]
 - Removed unneccessary weaver.ini (it's now part of the plugin bundle)

1.000006 2014-08-04
 [BUG FIXES]
 - moved "no Moose" before __PACKAGE__->meta->make_immutable

1.000005 2014-04-10
 [DOCUMENTATION]
 - fixed small typo

1.000004 2014-04-10
 [DOCUMENTATION]
 - added equivalent dist.ini content
 - removed internal method's documentation

1.000003 2014-03-18
 [REVISION]
 - use versioning convention x.yyyzzz instead of x.y.z

1.000002 2014-02-28
 [REVISION]
 - corrected Change file

1.000001 2014-02-28
 [REVISION]
 - corrected Change file

1.000000 2014-02-28
 [*NEW FEATURES]
 - new Pod::Weaver plugin bundle @Author::MAXHQ

 [REVISION]
 - Removed unneccessary "use Getopt::Long"
 - Removed plugin "Clean"
 - Replaced plugin "OurPkgVersion" by "PkgVersion" (as the latter now deals
   with line numbers correctly)

0.012000 2014-01-07
 [+ENHANCEMENTS]
 - Added bundle option GatherDir.exclude_match where excludes can be
   specified

0.011004 2013-11-29
 [BUG FIXES]
 - Placed NextRelease before NextVersion::Semantic, otherwise Changes file
   will be messed up

0.011003 2013-11-29
 [REVISION]
 - Changed groups in Changes file to be ordered the way I want it ;-)

0.011002 2013-11-29
 [DOCUMENTATION]
 - Code formatting to make comments better readable

 [REVISION]
 - Replaced plugin LatestPrereqs with Prereqs::MatchInstalled::All
 - Added NextVersion::Semantic and PreviousVersion::Changelog to the bundle

0.011001 2013-11-26
 [REVISION]
 - Shortened version number

0.0110000 2013-11-26
 [+ENHANCEMENTS]
 - Replaced code to extract inline tests with reference to new plugin
   Dist::Zilla::Plugin::Test::Inline

 [REVISION]
 - Now using plugin NextVersion::Semantic for this module
 - Added this Changes file

0.0100021 2013-11-22
 - Added documentation

0.0100017 2013-11-22
 - Initial release