NAME
Dist::Zilla::Plugin::CheckChangeLog - Dist::Zilla with Changes check
VERSION
version 0.05
SYNOPSIS
# dist.ini
[CheckChangeLog]
# or
[CheckChangeLog]
filename = Changes.pod
DESCRIPTION
This plugin will examine your changes file
after
a build to make sure it
has
an entry
for
your distributions current version prior to a release.
File name conventions
With
no
arguments CheckChangeLog will only look in files named Changes and ChangeLog (case insensitive) within the root directory of your dist. Note you can always pass a filename argument
if
you have an unconvential name and place
for
your changelog.
METHODS
after_build
has_version($content_str, $version_str)
AUTHORS
Fayland Lam, <fayland at gmail.com>
AUTHOR
Fayland Lam <fayland@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Fayland Lam.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.