ShipIt::Step::ChangeAllVersions - Changes version information in all the modules.
This document describes ShipIt::Step::ChangeAllVersions version 1.002.
# In your .shipit steps = FindVersion, ChangeAllVersions, ...
ShipIt::Step::ChangeVersion
updates the version variable in the main module, but it does not deal with other modules nor updates the VERSION section in pods.
ShipIt::Step::ChangeAllVersions
provides another way to update versions not only in the main module, but in all the modules and scripts in your distribution. It will also updates the VERSION sections in your pods.
Perl 5.8.1 or later.
No bugs have been reported.
Please report any bugs or feature requests to the author.
Goro Fuji (gfx) <gfuji(at)cpan.org>
Copyright (c) 2009-2010, Goro Fuji (gfx). Some rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.