From 56e1cca174a06a1be569b25dd29cf4b8d6a5bf9d Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Fri, 19 Jul 2013 10:58:23 -0400 Subject: [PATCH] perldelta: minor grammar fixes --- pod/perldelta.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b6334ab..dcae734 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -34,11 +34,11 @@ whether a bareword is considered a method name or sub call. This now applies also to ";;;*". Whitespace has long been allowed inside subroutine prototypes, so -C is equivalent to C. But it was stripped when the -subroutine was parse. Hence, whitespace was I allowed in prototypes -set by C. Now it is permitted, and the parser -no longer strips whitespace. This means C returns the -original prototype, whitespace and all. +C is equivalent to C, but until now it was stripped +when the subroutine was parsed. Hence, whitespace was I allowed in +prototypes set by C. Now it is permitted, +and the parser no longer strips whitespace. This means +C returns the original prototype, whitespace and all. =head1 Security -- 2.7.4