summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-06-13 15:57:26 -0500
committerJesse Luehrs <doy@tozt.net>2010-06-13 15:57:26 -0500
commitc9682585fd125f84ba6470e8332a4a2ac35612d3 (patch)
tree15ab69281c67dcfda8844ce7e3e42f531cb39dac /lib
parentcc9ac19d55d835e2ab4a2c4504f381aef2f319f2 (diff)
downloaddist-zilla-pluginbundle-doy-c9682585fd125f84ba6470e8332a4a2ac35612d3.tar.gz
dist-zilla-pluginbundle-doy-c9682585fd125f84ba6470e8332a4a2ac35612d3.zip
add CheckChangesHasContent
Diffstat (limited to 'lib')
-rw-r--r--lib/Dist/Zilla/PluginBundle/DOY.pm2
1 files changed, 2 insertions, 0 deletions
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',