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

NAME

Dist::Zilla::Role::YANICK::PreviousVersionProvider - provides the distribution's previously released version

VERSION

version 0.2.1

DESCRIPTION

Role for Dist::Zilla::Plugin classes that return the previously released version.

The namespace contains YANICK simply because I didn't want to encroach on the official namespace without asking permission. If allowed, this role will migrate to Dist::Zilla::Role::PreviousVersionProvider.

METHODS REQUIRED BY THE ROLE

provide_previous_version

Returns the previously released version

AUTHOR

Yanick Champoux <yanick@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 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.