From af4826964f6a1c22c383e73afe47a528af911143 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 20 Apr 2011 00:22:29 +1000 Subject: [PATCH] Reflowing text --- pod/perldelta.pod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 625b133..93696ab 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3628,8 +3628,9 @@ followed by other options [perl #72434]. =item * -The C module was returning Cs instead of Cs for C [perl #80622]. -This was due to a bug in the Perl core, not in C itself. +The C module was returning Cs instead of Cs for +C [perl #80622]. This was due to a bug in the Perl core, +not in C itself. =back @@ -3853,8 +3854,8 @@ Naming a deprecated character in C<\N{I}> no longer leaks memory. =item * -We fixed a bug that could cause C<\N{I}> 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}> constructs followed by +a single C<"."> to be parsed incorrectly [perl #74978] (5.12.1). =item * -- 1.8.3.1