NAME

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

VERSION

version 0.009

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.

Note: If there is more than one package in a single file, if there was any $VERSION declaration in the file, no additional declarations are added for the other packages, even if you are using the global option.

CONFIGURATION OPTIONS

Configuration is the same as in [BumpVersionAfterRelease].

SEE ALSO

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-RewriteVersion-Transitional@rt.cpan.org).

There is also a mailing list available for users of this distribution, at http://dzil.org/#mailing-list.

There is also an irc channel available for users of this distribution, at #distzilla on irc.perl.org.

I am also usually active on irc, as 'ether' at irc.perl.org.

AUTHOR

Karen Etheridge <ether@cpan.org>

COPYRIGHT AND LICENCE

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.