Ricardo Signes > Dist-Zilla > Dist::Zilla::Plugin::BumpVersion

Download:
Dist-Zilla-1.093400.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Stalled  1
View Bugs
Report a bug
Module Version: 1.093400   Source  

NAME ^

Dist::Zilla::Plugin::BumpVersion - bump the configured version number by one before building

VERSION ^

version 1.093400

SYNOPSIS ^

If loaded, this plugin will ensure that the distribution's version number is bumped up by one (in the smallest already-defined version units) before building begins. In other words, if dist.ini's version reads 0.002 then the newly built dist will be 0.003.

AUTHOR ^

  Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE ^

This software is copyright (c) 2009 by Ricardo SIGNES.

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