In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ae4e3076fc2ac46ffb4f6ab62d2fd5909928343f?hp=090349ceacde613cbfb6dec4d44530ec49c6a549>
- Log ----------------------------------------------------------------- commit ae4e3076fc2ac46ffb4f6ab62d2fd5909928343f Author: Ricardo Signes <[email protected]> Date: Sun Dec 4 22:47:24 2011 -0500 fix some foibles in perlintro.pod 1. add a missing "of" 2. add a post-dot space missed in e8b5ae5 3. get the motto "right" as per common usage ----------------------------------------------------------------------- Summary of changes: pod/perlintro.pod | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlintro.pod b/pod/perlintro.pod index ab8a046..61f0b54 100644 --- a/pod/perlintro.pod +++ b/pod/perlintro.pod @@ -37,8 +37,8 @@ to make the example easier to read. Do note that the examples have been written by many different authors over a period of several decades. Styles and techniques will therefore differ, although some effort has been made to not vary styles too widely in the -same sections. Do not consider one style to be better than others - "There -Is More Than One Way Of Doing It" is one Perl's mottos. After all, in your +same sections. Do not consider one style to be better than others - "There's +More Than One Way To Do It" is one of Perl's mottos. After all, in your journey as a programmer, you are likely to encounter different styles. =head2 What is Perl? -- Perl5 Master Repository
