diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-02 13:48:15 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-02 22:10:35 -0800 |
commit | 26afcec57c4746fb7f8412a23f8cf991922a8c46 (patch) | |
tree | 4f1f93c184988210307e4048dba6ce4a43f8d9bc | |
parent | 8f12b01837d45b2e208f3e4c0f051c3259733969 (diff) | |
download | perl-26afcec57c4746fb7f8412a23f8cf991922a8c46.tar.gz |
perldelta for Data::Dumper and *{""}
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ec0b25260a..2fb6b50a0e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,7 +1,7 @@ =encoding utf8 =for comment -This has been completed up to 11e0f19. +This has been completed up to 9675db7. =head1 NAME @@ -188,6 +188,8 @@ L<Data::Dumper> has been upgraded from version 2.135_01 to version It can now dump vstrings [perl #101162]. +The nameless typeglob (C<*{""}>) is now dumped properly. + =item * L<Term::UI> has been upgraded from version 0.26 to version 0.30. |