diff options
author | Jesse Luehrs <doy@tozt.net> | 2012-06-19 18:42:11 -0500 |
---|---|---|
committer | Jesse Luehrs <doy@tozt.net> | 2012-06-19 19:39:24 -0500 |
commit | 5302eb956426919b510855d0023d63e3523015da (patch) | |
tree | 9f31152b45966cf50823e97625431938c6599b0c /Porting/bump-perl-version | |
parent | 112b6866c5173224fcd29cebaa34b4857c63a0b3 (diff) | |
download | perl-5302eb956426919b510855d0023d63e3523015da.tar.gz |
comments in bump-perl-version
Diffstat (limited to 'Porting/bump-perl-version')
-rw-r--r-- | Porting/bump-perl-version | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/bump-perl-version b/Porting/bump-perl-version index b867414fb1..9ba3a478df 100644 --- a/Porting/bump-perl-version +++ b/Porting/bump-perl-version @@ -26,6 +26,9 @@ # $ Porting/bump-perl-version -u < /tmp/scan # # (so line 52 of Porting/config.sh is now updated) +# +# The -i option can be used to combine these two steps (if you prefer to make +# all of the changes at once and then edit the results via git). # This utility 'knows' about certain files and formats, and so can spot # 'hidden' version numbers, like PERL_SUBVERSION=9. |