diff options
author | David Golden <dagolden@cpan.org> | 2013-06-20 16:20:29 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2013-06-20 16:20:29 -0400 |
commit | 2136887ad30a1425b280c82b31b2990f42b1ed91 (patch) | |
tree | aaf79020018e41d13722c2af887810ee22c6185b /Porting/release_managers_guide.pod | |
parent | 5c53df946578f1592c535239f881bb64c953e7be (diff) | |
download | perl-2136887ad30a1425b280c82b31b2990f42b1ed91.tar.gz |
Fix Perl version references in INSTALL
Also update the RMG to remind people to do this for the "late" bumps in
BLEAD-POINT and BLEAD-FINAL releases
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index e6848601db..0995866472 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -1157,6 +1157,8 @@ in the remaining files and test and commit. If this was a BLEAD-POINT release, then just follow the section L<"Bump the version number">. +After bumping the version, follow the section L<"update INSTALL"> to +ensure all version number references are correct. =head3 clean build and test |