NAME

Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional - ease the transition to [BumpVersionAfterRelease] in your distribution

VERSION

version 0.004

SYNOPSIS

In your dist.ini:

[BumpVersionAfterRelease::Transitional]

DESCRIPTION

This is a Dist::Zilla plugin that subclasses [BumpVersionAfterRelease], to allow plugin bundles to transition from [PkgVersion] or [OurPkgVersion] to [RewriteVersion] and [BumpVersionAfterRelease] without having to manually edit the dist.ini or any .pm files.

After releasing your distribution, [BumpVersionAfterRelease] is invoked to update the $VERSION assignment in the module(s) in the repository to the next version. If no such expression exists in the module, one is added.

CONFIGURATION OPTIONS

Configuration is the same as in [BumpVersionAfterRelease].

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-RewriteVersion-Transitional@rt.cpan.org). I am also usually active on irc, as 'ether' at irc.perl.org.

SEE ALSO

AUTHOR

Karen Etheridge <ether@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Karen Etheridge.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.