In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/dd0e54ba0e6d8ba0c5efd7991175ca5b4cc40514?hp=20b15ed1ed92b80ee03c239813a1203d1546a884>
- Log ----------------------------------------------------------------- commit dd0e54ba0e6d8ba0c5efd7991175ca5b4cc40514 Author: David Mitchell <[email protected]> Date: Tue Aug 4 22:15:27 2009 +0100 minor tweaks to release_managers_guide.pod ----------------------------------------------------------------------- Summary of changes: Porting/release_managers_guide.pod | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 2411ef7..38f2fcd 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -426,16 +426,21 @@ Be sure to commit your changes: =item * - I<You MAY SKIP this step for SNAPSHOT> Re-read the perldelta to try to find any embarrassing typos and thinkos; -remove any C<TODO> or C<XXX> flags; and run through pod and spell -checkers, e.g. +remove any C<TODO> or C<XXX> flags; update the "Known Problems" section +with any serious issues for which fixes are not going to happen now; and +run through pod and spell checkers, e.g. podchecker -warnings -warnings pod/perl5101delta.pod spell pod/perl5101delta.pod +Also, you may want to generate and view an HTML version of it to check +formatting, e.g. + + perl pod/pod2html pod/perl5101delta.pod > /tmp/perl5101delta.html + =item * I<You MUST SKIP this step for SNAPSHOT> @@ -450,8 +455,8 @@ I<You MUST SKIP this step for SNAPSHOT> Update C<Module::Corelist>. Note that if this is a maint release, you should run the following actions -from the maint directory, but edit the C<Corelist.pm> in I<blead> and -subsequently cherry-pick it. +from the maint directory, but commit the C<Corelist.pm> changes in +I<blead> and subsequently cherry-pick it. corelist.pl uses ftp.funet.fi to verify information about dual-lifed modules on CPAN. It can use a full, local CPAN mirror or fall back -- Perl5 Master Repository
