diff options
author | Walt Mankowski <waltman@pobox.com> | 2011-09-10 00:00:31 -0400 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-09-09 21:44:30 -0700 |
commit | e001c7126641d25781fc1e649e4b35356a346586 (patch) | |
tree | 63a459d6100b52d580ccaa8de11f5535cd8bfd34 | |
parent | c7b956bbbaff0c4616c7bf80a5b723a58b55bbf6 (diff) | |
download | perl-e001c7126641d25781fc1e649e4b35356a346586.tar.gz |
Fixed repeated words
-rw-r--r-- | pod/perlgit.pod | 2 | ||||
-rw-r--r-- | pod/perllol.pod | 2 | ||||
-rw-r--r-- | pod/perlpodstyle.pod | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlgit.pod b/pod/perlgit.pod index a316e7bf97..feb5535d8f 100644 --- a/pod/perlgit.pod +++ b/pod/perlgit.pod @@ -258,7 +258,7 @@ Now you should create a patch file for all your local changes: % git format-patch -M origin.. 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch -You should now send an email to to +You should now send an email to L<perlbug@perl.org|mailto:perlbug@perl.org> with a description of your changes, and include this patch file as an attachment. In addition to being tracked by RT, mail to perlbug will automatically be forwarded to diff --git a/pod/perllol.pod b/pod/perllol.pod index 8c6c0563f8..b35a0febb3 100644 --- a/pod/perllol.pod +++ b/pod/perllol.pod @@ -174,7 +174,7 @@ Prior to Perl 5.14, this wouldn't even compile: push $AoA[0], "wilma", "betty"; # implicit deref -How come? Because once upon a time, the argument to push() had to be be a +How come? Because once upon a time, the argument to push() had to be a real array, not just a reference to one. That's no longer true. In fact, the line marked "implicit deref" above works just fine--in this instance--to do what the one that says explicit deref did. diff --git a/pod/perlpodstyle.pod b/pod/perlpodstyle.pod index f635f73d32..850f38dc8d 100644 --- a/pod/perlpodstyle.pod +++ b/pod/perlpodstyle.pod @@ -25,7 +25,7 @@ command-line option from the C<-f> filetest operator. =item italic (IE<lt>E<gt>) Use italic to emphasize text, like I<this>. Function names are -traditionally written in in italics; if you write a function as function(), +traditionally written in italics; if you write a function as function(), Pod::Man will take care of this for you. Names of programs, including the name of the program being documented, are conventionally written in italics (using IE<lt>E<gt>) wherever they occur in normal roman text. |