NAME
ShipIt::Step::ChangePodVersion - Keep VERSION in your Pod in sync with $VERSION
VERSION
Version 0.01
SYNOPSIS
Just add it to the ShipIt config maybe near the ChangeVersion-Step
steps = FindVersion, ChangeVersion, ChangePodVersion, CheckChangeLog, ...
And make sure you have a VERSION or at least a NAME section in your Pod.
=head1 VERSION
version 123
DESCRIPTION
This is a Step for ShipIt to keep your Pod VERSION in sync with your $VERSION. If a VERSION section is discovered in your Pod, it is tried to find and replace numbers or "." or "_" with your new version.
You can write whatever you want before your version-number, but make sure it does not contain numbers or "." or "_".
In case no VERSION section is found, a VERSION section is created after the NAME section. If no NAME section is found, we die.
AUTHOR
Thomas Mueller, <tmueller at cpan.org>
BUGS
Please report any bugs or feature requests to bug-shipit-step-changepodversion at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ShipIt-Step-ChangePodVersion. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc ShipIt::Step::ChangePodVersion
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=ShipIt-Step-ChangePodVersion
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
Copyright 2010 Thomas Mueller.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.