Regen perltoc.
[p5sagit/p5-mst-13.2.git] / pod / perl56delta.pod
index 16a06c4..115f88b 100644 (file)
@@ -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