summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Martini <PeterCMartini@GMail.com>2014-08-20 03:15:28 -0400
committerPeter Martini <PeterCMartini@GMail.com>2014-08-20 16:15:19 -0400
commit0f4a583be5d18cc77b58c3ed1e74ff71ee9ee3a6 (patch)
treea2e13543605b5cec7f4cb22d533d9da6797f9109
parent21f3b41e42dce4ee2da8739ba42887336609168a (diff)
downloadperl-0f4a583be5d18cc77b58c3ed1e74ff71ee9ee3a6.tar.gz
perldelta: fix my bad pod
-rw-r--r--pod/perldelta.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 9467081e62..6b9a4d5e2b 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -122,7 +122,7 @@ Details on C level symbols and libperl.t added.
=item *
Recommended replacements for tmpfile, atoi, strtol, and strtoul added.
-
+
=back
=head3 L<perlop>
@@ -226,7 +226,7 @@ long double formats, or by 64-bit integers not being available
=item *
-L<require> with no argument or undef used to warn about a Null filename; now
+C<require> with no argument or undef used to warn about a Null filename; now
it dies with C<Missing or undefined argument to require>.
=back
@@ -314,7 +314,7 @@ it handles the locales correctly. [perl #121930]
=item *
A bug has been fixed where zero-length assertions and code blocks inside of a
-regex could cause L<pos> to see an incorrect value. [perl #122460]
+regex could cause C<pos> to see an incorrect value. [perl #122460]
=back