diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-11 17:01:05 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-11 17:01:05 +0000 |
commit | 15839b602c28a4faab40f7355ab0fef473169850 (patch) | |
tree | 42418b3fef9c7537b4190a9fc4579c6f20980f7e /Porting | |
parent | 8f03122b2a5d786ea489ed676dce38197da291cf (diff) | |
download | perl-15839b602c28a4faab40f7355ab0fef473169850.tar.gz |
Some things a pumpking should not forget when releasing a new perl
p4raw-id: //depot/perl@32609
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/pumpkin.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index 3e13cdd2fb..f0f58000b3 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -584,6 +584,15 @@ detailed descriptions ought to be easily available somewhere. If you update the subversion number in F<patchlevel.h>, you may need to change the version number near the top of the F<Changes> file. +=head2 Bumping perl's version + +If you bump perl's version, you will need to update a few things: +the L<perlhist> manpage for the date of release, the version number and +perldelta reference in the top level F<README> (and maybe the copyright +year too), the F<META.yml> file (generated via F<Porting/makemeta>, be +sure to run it with the current bleadperl), and the meta-info about +dual-lived modules in Module::Corelist (F<Porting/corelist.pl> does that). + =head2 Todo The F<pod/perltodo.pod> file contains a roughly-categorized unordered |