diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-02-18 16:11:08 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-02-18 16:11:08 -0500 |
commit | 251758f752fa1b90bb1529735c01e7c33f0a093e (patch) | |
tree | a9c7237bd3c45882d29e69d300654bb31a5ee169 /Porting/release_managers_guide.pod | |
parent | e23c50db6337fb5f27e78e4d7e72f052a886113d (diff) | |
download | perl-251758f752fa1b90bb1529735c01e7c33f0a093e.tar.gz |
RMG: avoid saying "final" release; gets confused with BLEAD-FINAL
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index f9719176b0..644e49c0d3 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -889,7 +889,7 @@ the tarball and directory name: $ git status # and there's nothing lying around $ perl Porting/makerel -bx -s RC1 # for a release candidate - $ perl Porting/makerel -bx # for a final release + $ perl Porting/makerel -bx # for the release itself This creates the directory F<../perl-x.y.z-RC1> or similar, copies all the MANIFEST files into it, sets the correct permissions on them, then |