NAME Dist::Zilla::Plugin::CheckChangesHasContent - Ensure Changes has content before releasing VERSION version 0.003 SYNOPSIS # in dist.ini [CheckChangesHasContent] DESCRIPTION This is a "before release" Dist::Zilla plugin that ensures that your Changes file actually has some content since the last release. If it doesn't find any, it will abort the release process. The algorithm is very naive. It looks for an unindented line starting with the version to be released. It then looks for any text from that line until the next unindented line (or the end of the file), ignoring whitespace. For example, in the file below, algorithm will find "- blah blah blah": Changes file for Foo-Bar {{$NEXT}} - blah blah blah 0.001 Wed May 12 13:49:13 EDT 2010 - the first release If you had nothing but whitespace between "{{$NEXT}}" and 0.001, the release would be halted. If you name your change log something other than "Changes", you can configure the name with the "changelog" argument: [CheckChangesHasContent] changelog = ChangeLog SEE ALSO * Dist::Zilla AUTHOR David Golden COPYRIGHT AND LICENSE This software is Copyright (c) 2010 by David Golden. This is free software, licensed under: The Apache License, Version 2.0, January 2004