In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/5c4676374bfdffb3a8e1176a5cd9e0b1effcc2f5?hp=2b4af749f7cacd3b6a62c0a94085b36fc60d36d6>
- Log -----------------------------------------------------------------
commit 5c4676374bfdffb3a8e1176a5cd9e0b1effcc2f5
Author: Jesse Vincent <jesse@bestpractical.com>
Date: Fri Jul 31 22:36:35 2009 -0400
Removed a release-engineering step. (It's been replaced with automated tests)
-----------------------------------------------------------------------
Summary of changes:
Porting/release_managers_guide.pod | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 137579e..142dd42 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -152,16 +152,6 @@ runup to a release.
I<You MAY SKIP this step for SNAPSHOT>
-Check F<Maintainers.pl> for consistency; both these commands should
-produce no output:
-
- $ perl Porting/Maintainers --checkmani
- $ perl Porting/Maintainers --checkmani lib/ ext/
-
-=item *
-
-I<You MAY SKIP this step for SNAPSHOT>
-
Ensure that dual-life CPAN modules are synchronised with CPAN. Basically,
run the following:
--
Perl5 Master Repository