In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/018422715b24abd17d184c8343e1254b38338e65?hp=6a3ea89bf9ff596caed555010a5a2115f980312e>

- Log -----------------------------------------------------------------
commit 018422715b24abd17d184c8343e1254b38338e65
Author: Matthew Horsfall <[email protected]>
Date:   Tue May 12 10:43:58 2015 -0400

    perldelta: Minor consistency / grammar fixes.

M       pod/perldelta.pod

commit 867af80b817cae634360ac6abfec9269d545dbe3
Author: Matthew Horsfall <[email protected]>
Date:   Tue May 12 09:38:36 2015 -0400

    perldelta: Reword entry about double-diamond operator.

M       pod/perldelta.pod

commit f146a2b2e90f4d85e0a9585ebd10b07ccc289d98
Author: Matthew Horsfall <[email protected]>
Date:   Tue May 12 09:34:07 2015 -0400

    perldelta: Update release order for consistency

M       pod/perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2fef36b..d3bf83e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -6,7 +6,7 @@ perldelta - what is new for perl v5.22.0
 
 =head1 DESCRIPTION
 
-This document describes differences between the 5.22.0 release and the 5.20.0
+This document describes differences between the 5.20.0 release and the 5.22.0
 release.
 
 If you are upgrading from an earlier release such as 5.18.0, first read
@@ -30,8 +30,8 @@ L<[perl 
#123466]|https://rt.perl.org/Ticket/Display.html?id=123466>.
 =head2 New double-diamond operator
 
 C<<< <<>> >>> is like C<< <> >> but uses three-argument C<open> to open
-each file in @ARGV.  So each element of @ARGV is an actual file name, and
-"|foo" won't be treated as a pipe open.
+each file in @ARGV.  This means that each element of @ARGV will be treated
+as an actual file name, and "|foo" won't be treated as a pipe open.
 
 =head2 New \b boundaries in regular expressions
 
@@ -49,7 +49,7 @@ L<perlrebackslash/\b{}, \b, \B{}, \B> for details.
 C<wb> stands for Word Boundary.  It is a Unicode property
 that finds the boundary between words.  This is similar to the plain
 C<\b> (without braces) but is more suitable for natural language
-processing.  It knows, for example that apostrophes can occur in the
+processing.  It knows, for example, that apostrophes can occur in the
 middle of words.  See L<perlrebackslash/\b{}, \b, \B{}, \B> for details.
 
 =head3 qr/\b{sb}/
@@ -111,7 +111,7 @@ It is now possible to pass a parameter to S<C<use locale>> 
to specify
 a subset of locale categories to be locale-aware, with the remaining
 ones unaffected.  See L<perllocale/The "use locale" pragma> for details.
 
-=head2 Perl now supports POSIX 2008 locale currency additions.
+=head2 Perl now supports POSIX 2008 locale currency additions
 
 On platforms that are able to handle POSIX.1-2008, the
 hash returned by
@@ -300,7 +300,7 @@ List slices return an empty list now only if the original 
list was empty
 list if all indices fell outside the original list.
 L<[perl #114498]|https://rt.perl.org/Ticket/Display.html?id=114498>.
 
-=head2 C<\N{}> with a sequence of multiple spaces is now a fatal error.
+=head2 C<\N{}> with a sequence of multiple spaces is now a fatal error
 
 This has been deprecated since v5.18.
 
@@ -387,7 +387,7 @@ invokes match-once behaviour.
 These have been deprecated since v5.6.1 and have raised deprecation
 warnings since v5.16.
 
-=head2 Using a hash or an array as a reference are now fatal errors.
+=head2 Using a hash or an array as a reference are now fatal errors
 
 For example, C<%foo-E<gt>{"bar"}> now causes a fatal compilation
 error.  These have been deprecated since before v5.8, and have raised
@@ -619,7 +619,7 @@ L<[perl 
#121489]|https://rt.perl.org/Ticket/Display.html?id=121489>
 
 =item *
 
-Refactoring of C<< pp_tied >> and CC<< pp_ref >> for small improvements.
+Refactoring of C<< pp_tied >> and C<< pp_ref >> for small improvements.
 
 =item *
 
@@ -631,7 +631,7 @@ A typo fix reduces the size of the C<< OP >> structure.
 
 =item *
 
-Hash lookups where the key is a constant is faster.
+Hash lookups where the key is a constant are faster.
 
 =item *
 

--
Perl5 Master Repository

Reply via email to