In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/bf8ea2150222ec4f257861b93bc878bdcf3c882a?hp=a42352eec1716ae3aeb00d35bc5648ac7ffe5558>

- Log -----------------------------------------------------------------
commit bf8ea2150222ec4f257861b93bc878bdcf3c882a
Author: Jesse Vincent <[email protected]>
Date:   Thu Aug 6 14:13:42 2009 +0100

    Minor typo and formatting fixes to the release manager guide
-----------------------------------------------------------------------

Summary of changes:
 Porting/release_managers_guide.pod |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Porting/release_managers_guide.pod 
b/Porting/release_managers_guide.pod
index 66b1763..ea66609 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -364,13 +364,13 @@ 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
+    $ 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
+    $ perl pod/pod2html pod/perl5101delta.pod > /tmp/perl5101delta.html
 
 =item *
 
@@ -439,7 +439,7 @@ Then change to your perl checkout, and if necessary,
 
     $ make perl
 
-Thenn, If you have a local CPAN mirror, run:
+Then, If you have a local CPAN mirror, run:
 
     $ ./perl -Ilib Porting/corelist.pl ~/my-cpan-mirror
 

--
Perl5 Master Repository

Reply via email to