In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/56e1cca174a06a1be569b25dd29cf4b8d6a5bf9d?hp=851ffa6e66f5cbb2878b578e7d833b4d728c6975>
- Log ----------------------------------------------------------------- commit 56e1cca174a06a1be569b25dd29cf4b8d6a5bf9d Author: Ricardo Signes <[email protected]> Date: Fri Jul 19 10:58:23 2013 -0400 perldelta: minor grammar fixes ----------------------------------------------------------------------- Summary of changes: 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<sub( $ $ )> is equivalent to C<sub($$)>. But it was stripped when the -subroutine was parse. Hence, whitespace was I<not> allowed in prototypes -set by C<Scalar::Util::set_prototype>. Now it is permitted, and the parser -no longer strips whitespace. This means C<prototype &mysub> returns the -original prototype, whitespace and all. +C<sub( $ $ )> is equivalent to C<sub($$)>, but until now it was stripped +when the subroutine was parsed. Hence, whitespace was I<not> allowed in +prototypes set by C<Scalar::Util::set_prototype>. Now it is permitted, +and the parser no longer strips whitespace. This means +C<prototype &mysub> returns the original prototype, whitespace and all. =head1 Security -- Perl5 Master Repository
