The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>