From 125408e125aa91af73358eb4a4d195ec30b1a615 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Mon, 20 Aug 2012 11:08:48 +0100 Subject: [PATCH] perldelta - Fix unescaped <> --- pod/perldelta.pod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 88a29da..8e7e4a4 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -415,9 +415,10 @@ Formats and C statements are now permitted inside formats. =item * -C and C()> now always produce the same output. It -was possible for the latter to refuse to close over $x if the variable was not -active; e.g., if it was defined outside a currently-running named subroutine. +C and C()> now always produce the same output. +It was possible for the latter to refuse to close over $x if the variable was +not active; e.g., if it was defined outside a currently-running named +subroutine. =item * -- 2.7.4