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

NAME

ShipIt::Step::ChangeAllVersions - Changes version information in all the modules.

VERSION

This document describes ShipIt::Step::ChangeAllVersions version 1.001.

SYNOPSIS

    # In your .shipit
    steps = FindVersion, ChangeAllVersions, ...

DESCRIPTION

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.

DEPENDENCIES

Perl 5.8.1 or later.

BUGS

No bugs have been reported.

Please report any bugs or feature requests to the author.

AUTHOR

Goro Fuji (gfx) <gfuji(at)cpan.org>

SEE ALSO

ShipIt.

LICENSE AND COPYRIGHT

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.