diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-07-31 22:36:35 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-07-31 22:36:35 -0400 |
commit | 5c4676374bfdffb3a8e1176a5cd9e0b1effcc2f5 (patch) | |
tree | 43221638e613d378134304b9fdb323c46fbfbb85 | |
parent | 2b4af749f7cacd3b6a62c0a94085b36fc60d36d6 (diff) | |
download | perl-5c4676374bfdffb3a8e1176a5cd9e0b1effcc2f5.tar.gz |
Removed a release-engineering step. (It's been replaced with automated tests)
-rw-r--r-- | 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 137579ed47..142dd425a8 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: |