summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-04-20 00:22:29 +1000
committerJesse Vincent <jesse@bestpractical.com>2011-04-20 00:39:08 +1000
commitaf4826964f6a1c22c383e73afe47a528af911143 (patch)
treef09fdaa129aac39b388cb7f591d7330469e2c64e /pod
parentd9ec32f95a2b16ea0227e97dacf7de29677749c7 (diff)
downloadperl-af4826964f6a1c22c383e73afe47a528af911143.tar.gz
Reflowing text
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod9
1 files changed, 5 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 625b133693..93696ab87f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -3628,8 +3628,9 @@ followed by other options [perl #72434].
=item *
-The C<B> module was returning C<B::OP>s instead of C<B::LOGOP>s for C<entertry> [perl #80622].
-This was due to a bug in the Perl core, not in C<B> itself.
+The C<B> module was returning C<B::OP>s instead of C<B::LOGOP>s for
+C<entertry> [perl #80622]. This was due to a bug in the Perl core,
+not in C<B> itself.
=back
@@ -3853,8 +3854,8 @@ Naming a deprecated character in C<\N{I<NAME>}> no longer leaks memory.
=item *
-We fixed a bug that could cause C<\N{I<NAME>}> constructs followed by a single C<".">
-to be parsed incorrectly [perl #74978] (5.12.1).
+We fixed a bug that could cause C<\N{I<NAME>}> constructs followed by
+a single C<"."> to be parsed incorrectly [perl #74978] (5.12.1).
=item *