From c9682585fd125f84ba6470e8332a4a2ac35612d3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 13 Jun 2010 15:57:26 -0500 Subject: add CheckChangesHasContent --- lib/Dist/Zilla/PluginBundle/DOY.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/Dist/Zilla/PluginBundle/DOY.pm b/lib/Dist/Zilla/PluginBundle/DOY.pm index fbc91cc..779bcf7 100644 --- a/lib/Dist/Zilla/PluginBundle/DOY.pm +++ b/lib/Dist/Zilla/PluginBundle/DOY.pm @@ -22,6 +22,7 @@ My plugin bundle. Roughly equivalent to: [NextRelease] format = %-5v %{yyyy-MM-dd}d + [CheckChangesHasContent] [PkgVersion] @@ -104,6 +105,7 @@ sub configure { 'MetaConfig', 'MetaJSON', ['NextRelease' => { format => '%-5v %{yyyy-MM-dd}d' }], + 'CheckChangesHasContent', 'PkgVersion', 'PodCoverageTests', 'PodSyntaxTests', -- cgit v1.2.3-54-g00ecf