summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-08-17 11:46:26 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-08-17 11:46:26 +0100
commit01b128ca4061ee54f12f6faba0e59eb3971a4118 (patch)
treee9230322ed8d95246cfadac8030d4ea937b1bcc3
parentaff048e9bb5b30be1a0ac48034c9dad5cc2f6ccb (diff)
downloadperl-01b128ca4061ee54f12f6faba0e59eb3971a4118.tar.gz
perldelta - Two spaces between sentences
-rw-r--r--pod/perldelta.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c3f1e10e30..9a9ba59778 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -135,8 +135,8 @@ XXX
L<B> has been upgraded from version 1.44 to 1.45.
Calling the C<GV> method on C<B::CV> objects created from a lexical sub would
-return nonsense, possibly crashing perl. C<GV> now returns C<undef> for lexical
-subs. [perl #118525]
+return nonsense, possibly crashing perl. C<GV> now returns C<undef> for
+lexical subs. [perl #118525]
Added the C<NAME_HEK> method to return the name of a lexical sub.
@@ -151,7 +151,7 @@ C<lib> option.
L<Carp> has been upgraded from 1.30 to 1.31
-L<Carp> now handles objects with string overloads. It also allows objects to
+L<Carp> now handles objects with string overloads. It also allows objects to
specify how they appear in the stack dump with a C<CARP_TRACE> method, and also
allows the user to specify their own formatter for objects without
C<CARP_TRACE> as well as other references. [perl #92446]
@@ -636,8 +636,8 @@ problematic).
Where a regular expression included code blocks (C</(?{...})/>), and where the
use of constant overloading triggered a re-compilation of the code block, the
-second compilation didn't see its outer lexical scope. This was a regression in
-5.18.0.
+second compilation didn't see its outer lexical scope. This was a regression
+in 5.18.0.
=back