Version 0.11: 2017-06-02 * Replace ReadmeFromPod with ReadmeAnyFromPod to really fix README issues Version 0.10: 2017-06-02 * Add prereqs = cpanfile to support getting prereqs from cpanfile. * no_autoprereq = 1 should now be spelled "prereqs = manual". * AutoPrereq is still the default but can be specified as "prereqs = auto". * Commit META.json and Makefile.PL/Build.PL for contributor friendliness Version 0.09: 2017-02-26 * Add MetaJSON plugin Version 0.08: 2017-02-26 * Add support for different builders, make mbtiny default. Version 0.07: 2014-09-03 * Make the smartmatch warning really shut up. * Make README really allow_dirty. Version 0.06: 2014-09-03 * Fix dependency declaration. Version 0.05: 2014-09-03 * Add automatic README generation and copying to the project dir. Version 0.04: 2014-05-05 * Fix a few minor errors and warnings Version 0.03: 2011-11-09 * Use # AUTHORITY and # VERSION comments (OurPkgVersion) so that line numbers are stable. * Add 'compat' option to act like a given version. compat = 0.02 will make VERSION and AUTHORITY act like 0.02. * Add 'no_MakeMaker' option to suppress the dzil MakeMaker plugin so I can use another one. Version 0.02: 2011-08-18 * First intentional release, with correct git handling. Version 0.01: 2011-08-17 * Accidentally released an incomplete version to CPAN. Amusing, since this is the module I'm using to manage my release process.