diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-10 00:52:56 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-10 01:23:08 -0700 |
commit | 4602962a0815cc6fae9a442de0f36fa71b885712 (patch) | |
tree | 17fbcbadfa2620d63a792d863ed0002669490510 | |
parent | 76ac71299722d1568a6fe3f6645311316207e571 (diff) | |
download | perl-4602962a0815cc6fae9a442de0f36fa71b885712.tar.gz |
perldelta for #117311/B::Deparse -l and FF
-rw-r--r-- | pod/perldelta.pod | 3 |
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 |