summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-04-21 06:21:14 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-04-21 06:21:14 -0700
commit8dd333f3f0056821bd14f0bcb00ec13c05ce4760 (patch)
treed815c1614c45c0d9b956c3271af0cf9e3cb26fc7 /Porting
parent1c6fad2de3c98b7a34405d293598fa8c069ffde0 (diff)
downloadperl-8dd333f3f0056821bd14f0bcb00ec13c05ce4760.tar.gz
perl5160delta: Another format bug
Diffstat (limited to 'Porting')
-rw-r--r--Porting/perl5160delta.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/Porting/perl5160delta.pod b/Porting/perl5160delta.pod
index 1ea615201e..7c18b39eb8 100644
--- a/Porting/perl5160delta.pod
+++ b/Porting/perl5160delta.pod
@@ -2027,6 +2027,11 @@ C<formline> no longer converts its argument into a string in-place. So
passing a reference to C<formline> no longer destroys the reference
[perl #79532].
+=item *
+
+Assignment to C<$^A> (the format output accumulator) now recalculates
+the number of lines output.
+
=back
=head2 Copy-on-write scalars
@@ -3276,11 +3281,6 @@ subsequently compiled code to become tainted [perl #64804].
=item *
-Assignment to C<$^A> (the format output accumulator) now recalculates
-the number of lines output.
-
-=item *
-
Locking a subroutine (via C<lock &sub>) is no longer a compile-time error
for regular subs. For lvalue subroutines, it no longer tries to return the
sub as a scalar, resulting in strange side effects like C<ref \$_>