In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/24391d948c819e010d884e51f3670ebcfb762ecd?hp=49f999717a22970db30c58e65e556bf6fce95d8e>
- Log ----------------------------------------------------------------- commit 24391d948c819e010d884e51f3670ebcfb762ecd Author: Father Chrysostomos <[email protected]> Date: Sat Apr 7 00:14:08 2012 -0700 perl5160delta.pod: Improve wording M Porting/perl5160delta.pod commit e2be431cf9fb36275f577ea52b8593e9088e2558 Author: Father Chrysostomos <[email protected]> Date: Sat Apr 7 00:12:40 2012 -0700 perl5160delta.pod: Donât mention lvalue sub docs This is implied by descriptions of the lvalue changes elsewhere. And the docs actually barely changed. M Porting/perl5160delta.pod commit cf761dc0a3447e31c5e23cb19d34770ff9924319 Author: Father Chrysostomos <[email protected]> Date: Sat Apr 7 00:09:20 2012 -0700 perl5160delta.pod: Remove redundancy This is no longer relevant, as this has moved to a different document now, as mentioned two items earlier. M Porting/perl5160delta.pod ----------------------------------------------------------------------- Summary of changes: Porting/perl5160delta.pod | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/Porting/perl5160delta.pod b/Porting/perl5160delta.pod index 35be1ff..db89d13 100644 --- a/Porting/perl5160delta.pod +++ b/Porting/perl5160delta.pod @@ -1141,12 +1141,6 @@ work on Unicode strings (5.14.1). =item * -The section on the triple-dot or yada-yada operator has been moved up, as -it used to separate two closely related sections about the comma operator -(5.14.1). - -=item * - More examples for C<m//g> have been added (5.14.1). =item * @@ -1247,11 +1241,6 @@ on environment variables has been corrected and expanded (5.14.1). =item * -The L<perlsub/"Lvalue subroutines"> section has been amended to reflect -the many changes present in 5.16.0. - -=item * - The ($;) prototype syntax, which has existed for rather a long time, is now documented in L<perlsub>. It allows a unary function to have the same precedence as a list operator. @@ -1264,7 +1253,7 @@ precedence as a list operator. =item * -Documented the required syntax for tying handles. +The required syntax for tying handles has been documented. =back -- Perl5 Master Repository
