The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ShipIt::Step::ChangeAllVersions - Changes versions in all the modules

VERSION

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

SYNOPSIS

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

DESCRIPTION

ShipIt::Step::ChangeVersion updates the version variable in the main module. 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 versions in the VERSION sections in 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, 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.