From 01b128ca4061ee54f12f6faba0e59eb3971a4118 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Sat, 17 Aug 2013 11:46:26 +0100 Subject: [PATCH] perldelta - Two spaces between sentences --- pod/perldelta.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c3f1e10..9a9ba59 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -135,8 +135,8 @@ XXX L has been upgraded from version 1.44 to 1.45. Calling the C method on C objects created from a lexical sub would -return nonsense, possibly crashing perl. C now returns C for lexical -subs. [perl #118525] +return nonsense, possibly crashing perl. C now returns C for +lexical subs. [perl #118525] Added the C method to return the name of a lexical sub. @@ -151,7 +151,7 @@ C option. L has been upgraded from 1.30 to 1.31 -L now handles objects with string overloads. It also allows objects to +L now handles objects with string overloads. It also allows objects to specify how they appear in the stack dump with a C method, and also allows the user to specify their own formatter for objects without C 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 -- 2.7.4