summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2013-03-13 22:03:25 -0400
committerJames E Keenan <jkeenan@cpan.org>2013-03-13 22:03:25 -0400
commit943fc58eaa7f9695a0fc1a086a9b90fa79fefe87 (patch)
tree926f3f99b3b6bbbaecbc86640f565d62cc138477
parent0a395aa666eb7882e8539a6c5f308ce3f8f08a63 (diff)
downloadperl-943fc58eaa7f9695a0fc1a086a9b90fa79fefe87.tar.gz
Apply two POD corrections supplied by SHIRAKATA Kentaro++.
For: RT #117153 and #117155.
-rw-r--r--AUTHORS1
-rw-r--r--pod/perldiag.pod2
-rw-r--r--pod/perlpod.pod2
3 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 851e4df3de..cf417bc93c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -643,6 +643,7 @@ Kenichi Ishigaki <ishigaki@cpan.org>
Kenneth Albanowski <kjahds@kjahds.com>
Kenneth Duda <kjd@cisco.com>
Kent Fredric <kentfredric@gmail.com>
+Kentaro Shirakata <argrath@ub32.org>
Keong Lim <Keong.Lim@sr.com.au>
Kevin Brintnall <kbrint@rufus.net>
Kevin Chase <kevincha99@hotmail.com>
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 3a76c7674a..3f0397c707 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1731,7 +1731,7 @@ See Server error.
=item %s does not define %s::VERSION--version check failed
(F) You said something like "use Module 42" but the Module did not
-define a C<$VERSION.>
+define a C<$VERSION>.
=item '/' does not take a repeat count
diff --git a/pod/perlpod.pod b/pod/perlpod.pod
index a5cd12bcf1..9ea7935d34 100644
--- a/pod/perlpod.pod
+++ b/pod/perlpod.pod
@@ -238,7 +238,7 @@ of text (i.e., the text in "=foo targetname text..."), but with
"=begin targetname" ... "=end targetname", you can have any amount
of stuff in between. (Note that there still must be a blank line
after the "=begin" command and a blank line before the "=end"
-command.
+command.)
Here are some examples of how to use these: