NAME
Dist::Zilla::Plugin::PreviousVersion::Changelog - extract previous version from changelog
VERSION
version 0.2.6
DESCRIPTION
Plugin implementing the Dist::Zilla::Role::PreviousVersionProvider role. It provides the previous released version by peeking at the Changelog
file and returning its latest release, skipping over {{$NEXT}}
if its there (see Dist::Zilla::Plugin::NextRelease).
Note that this module uses CPAN::Changes to parse the change log. If the file is not well-formed according to its specs, strange things might happen.
CONFIGURATION
filename
Changelog filename. Defaults to 'Changes'.
AUTHOR
Yanick Champoux <yanick@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021, 2015, 2014, 2013, 2012 by Yanick Champoux.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.