From: Leon Brocard Date: Thu, 23 Jun 2011 17:07:41 +0000 (+0100) Subject: Mention bump-perl-version's inplace mode in Porting/release_managers_guide.pod X-Git-Tag: accepted/trunk/20130322.191538~3537 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ceb7f800743f9d0c3a2ed97d06aca722aab3c8b5;p=platform%2Fupstream%2Fperl.git Mention bump-perl-version's inplace mode in Porting/release_managers_guide.pod --- diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index f11736c..3f95c76 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -268,6 +268,12 @@ careful not change text like "this was fixed in 5.10.0"! Then run: which will update all the files shown. +Instead of these two steps, bump-perl-version can also make these changes +inplace in one step, and you can use git status and git diff to select +changes you want to keep: + + $ ./perl -Ilib Porting/bump-perl-version -i 5.10.0 5.10.1 + Be particularly careful with F, which contains a mixture of C<5.10.0>-type strings, some of which need bumping on every release, and some of which need to be left unchanged.