NAME
ShipIt::Step::ApplyYAMLChangeLogVersion - apply version from YAML Changes file to modules and scripts
SYNOPSIS
None.
DESCRIPTION
This ShipIt step reads the most recent version number from the YAML Changes file and applies it to all modules in lib/
and to all scripts in bin/
.
To use it, just list in your .shipit
file.
The precondition to using this step is that you always maintain the Changes file. The dist
program, found in Dist::Joseki, furthers such a development style with its dist change
command. You can then dispense with the usual FindVersion
and ChangeVersion
steps and just have something like this (here broken into two lines for clarity):
steps = ApplyYAMLChangeLogVersion, Manifest, DistTest, Commit, Tag,
MakeDist, UploadCPAN, DistClean, Twitter
TAGS
If you talk about this module in blogs, on del.icio.us or anywhere else, please use the shipitstepapplyyamlchangelogversion
tag.
VERSION
This document describes version 0.02 of ShipIt::Step::ApplyYAMLChangeLogVersion.
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to <bug-shipit-step-applyyamlchangelogversion@rt.cpan.org
>, or through the web interface at http://rt.cpan.org.
INSTALLATION
See perlmodinstall for information and options on installing Perl modules.
AVAILABILITY
The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>.
AUTHOR
Marcel Grünauer, <marcel@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2007 by Marcel Grünauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.