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

2.29      2018-12-05 16:30:28 -0500
  - Add support for PLICEASE_DZIL_NO_GIT

2.28      2018-08-30 14:49:58 -0400
  - inc/mymm-test.pl runs just before test if present.

2.27      2018-08-30 10:00:16 -0400
  - inc/mymm-build.pl runs at build time if present.

2.26      2018-05-22 13:22:22 -0400
  - Dist::Zilla::Plugin::Author::Plicease::DevShare is deprecated and should not be used for new code
  - rm test dependency on Path::Class
  - optionally upload to site-dist for non-CPAN releases

2.25      2017-11-29 14:47:41 -0500
  - Add [Author::Plicease::NoUnsafeInc]
  - travis template Set PERL_USE_UNSAFE_INC=0

2.24      2017-11-07 08:07:44 -0500
  - Tidy up the Makefile.PL generated by [Author::Plicease::MakeMaker]
  - Remove harmless but annoying warning

2.23      2017-08-31 10:57:26 -0400
  - [Author::Plicease::MakeMaker] enhancements
  - travis defaults to trusty

2.22      2017-08-23 15:08:45 -0400
  - Add templates for specific types of modules
  - Add templates for specific versios of Perl
  - Require Perl 5.14
  - Require Dist::Zilla 6.00
  - Remove dependency on File::ShareDir
  - Switch to Test2::V0
  - Remove dependency on Path::Class

2.21      2017-07-31 13:51:38 -0400
  - Add [Author::Plicease::TravisInstall]
  - Default to using -no_srand on Test2::V0

2.20      2017-07-12 16:44:10 -0400
  - Migrate minting template tests to use Test2::V0
  - Minting template require Perl 5.8.1
  - No longer prompt for incuding release tests
    This is simply a boolean value in the dist.ini anyway

2.19      2017-07-12 08:17:55 -0400
  - silence annoying warning in diagnostic if using Test::Tester

2.17      2017-07-11 04:35:23 -0400
  - minting profile includes author.yml file
  - minting profile travis.yml tests Perl 5.26

2.16      2017-06-22 12:57:51 -0400
  - Fix some test version upgrades

2.15      2017-06-11 21:38:01 -0400
  - Tweaks for 5.26

2.14      2017-06-09 11:35:06 -0400
  - Thanks to set x_contributors meta

2.12      2017-03-22 11:58:24 -0400
  - Update default .travis.yml

2.11      2017-01-23 13:45:17 -0500
  - If Test2::Suite is required, that implies 0.000060 or better

2.10      2016-10-04 12:42:03 -0400
  - Use ratbat for deployment of non-CPAN modules
  - [Author::Plicease::MakeMaker] includes .pod files along with .pm files

2.09      2016-07-12 08:38:42 -0400
  - Fixed additional Dist::Zilla 6.x compat

2.07      2016-06-23 08:24:35 -0400
  - Fixed bug where minting profile was failing on fresh install

2.06      2016-05-10 21:22:24 -0400
  - These tests are not stored in the modul repos anymore:
    changes, fixme
  - These tests are now author tests instead of release tests:
    pod_coverage, pod_spelling_common, pod_spelling_system, version
  - The same tests are not stored in the module repos anymore
  - The config file xt/release/release.yml is now called
    author.yml
  - Coalesce Test2 and Test2::Suite requirements
  - No longer recommend YAML::XS when we need YAML

2.05      2016-05-10 10:07:09 -0400
  - These tests are now author tests instead of release tests:
    eol, no_tabs, pod, strict
  - The same tests are not stored in the module repos anymore

2.04      2016-05-03 06:05:52 -0400
  - require IPC::System::Run for autodie ':system';

2.03      2016-04-24 19:04:41 -0400
  - Dist::Zilla 6.x compatability

2.02      2016-03-08 09:50:55 -0500
  - Move mint mechanisms into this dist from the bundle

2.01      2016-03-08 09:18:38 -0500
  - initial version