X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl56delta.pod;h=63f7060d875f58669bdcfa84fd91583a2d1a03a4;hb=2ff7ee21189ba0d0583f92171dc62c4755fad5af;hp=16a06c43a5e11ee1cc59ab83c3facc712bd1876b;hpb=697934ef381c2fbd2ff49c5e4b22e596a509b7a0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl56delta.pod b/pod/perl56delta.pod index 16a06c4..63f7060 100644 --- a/pod/perl56delta.pod +++ b/pod/perl56delta.pod @@ -4,7 +4,8 @@ perldelta - what's new for perl v5.6.0 =head1 DESCRIPTION -This document describes differences between the 5.005 release and this one. +This document describes differences between the 5.005 release and the 5.6.0 +release. =head1 Core Enhancements @@ -487,7 +488,7 @@ required for C<< foo(10)->('bar') >>. =head2 Boolean assignment operators are legal lvalues -Constructs such as C<($x ||= 2) += 1> are now allowed. +Constructs such as C<($a ||= 2) += 1> are now allowed. =head2 exists() is supported on subroutine names @@ -2989,7 +2990,7 @@ Home Page. If you believe you have an unreported bug, please run the B program included with your release. Be sure to trim your bug down to a tiny but sufficient test case. Your bug report, along with the -output of C, will be sent off to perlbug@perl.com to be +output of C, will be sent off to perlbug@perl.org to be analysed by the Perl porting team. =head1 SEE ALSO @@ -3007,6 +3008,6 @@ The F and F files for copyright information. Written by Gurusamy Sarathy >, with many contributions from The Perl Porters. -Send omissions or corrections to >. +Send omissions or corrections to >. =cut