This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta up to b474a1b
authorFlorian Ragwitz <rafl@debian.org>
Mon, 16 Aug 2010 20:54:10 +0000 (22:54 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Mon, 16 Aug 2010 20:54:10 +0000 (22:54 +0200)
pod/perl5134delta.pod

index dfd73c1..daa3137 100644 (file)
@@ -1,7 +1,7 @@
 =encoding utf8
 
 =for rafl
-changelogged up to commit a98d1b3
+changelogged up to commit b474a1b
 * PERL_STATIC_INLINE might want to be mentioned
 * 5648c0a and 254f8c6 added an optimisation for backrefs. probably not worth
 mentioning
@@ -136,6 +136,12 @@ listed as an updated module in the L</Modules and Pragmata> section.
 
 [ List each deprecation as a =head2 entry ]
 
+=head2 List assignment to C<$[>
+
+After assignment to C<$[> has been deprecated and started to give warnings in
+perl version 5.12.0, this version of perl also starts to emit a warning when
+assigning to C<$[> in list context. This fixes an oversight in 5.12.0.
+
 =head1 Performance Enhancements
 
 XXX Changes which enhance performance without changing behaviour go here. There
@@ -229,6 +235,10 @@ Various issues in L<File::Spec::VMS> have been fixed.
 
 Upgraded from version 2.027 to 2.030.
 
+=item C<Test::Harness>
+
+Upgraded from version 3.21 to 3.22.
+
 =item C<Test::Simple>
 
 Upgraded from version 0.94 to 0.96.