diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-08-16 22:54:10 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-08-16 22:54:10 +0200 |
commit | b631e5c23430b9b03441d9cd4a3f7554e356910a (patch) | |
tree | 2a36dedd1966ff7212b4330f756c85e2e1287c5b /pod | |
parent | b474a1b1541a96b9e69c616cadb99e23ab79378d (diff) | |
download | perl-b631e5c23430b9b03441d9cd4a3f7554e356910a.tar.gz |
perldelta up to b474a1b
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5134delta.pod | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pod/perl5134delta.pod b/pod/perl5134delta.pod index dfd73c1b49..daa313712d 100644 --- a/pod/perl5134delta.pod +++ b/pod/perl5134delta.pod @@ -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. |