summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-10 00:52:56 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-10 01:23:08 -0700
commit4602962a0815cc6fae9a442de0f36fa71b885712 (patch)
tree17fbcbadfa2620d63a792d863ed0002669490510
parent76ac71299722d1568a6fe3f6645311316207e571 (diff)
downloadperl-4602962a0815cc6fae9a442de0f36fa71b885712.tar.gz
perldelta for #117311/B::Deparse -l and FF
-rw-r--r--pod/perldelta.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 5015262fd2..6ef34b617c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -140,6 +140,9 @@ B::Deparse has been upgraded from version 1.20 to 1.21.
C<foreach my $lexical> is now deparsed correctly with the B<-p> option.
[RT #117081]
+The B<-l> option no longer puts form feeds in the middle of a line when
+outputting C<map> and C<grep> blocks. [RT #117311]
+
=item *
Test::Harness has been upgraded from version 3.26 to 3.28