diff options
author | Steffen Mueller <smueller@cpan.org> | 2012-08-07 08:48:08 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2012-08-07 08:48:08 +0200 |
commit | b795c6e90c03b712a3fecc424179ab600d71be8a (patch) | |
tree | edf1a697aecce49a14d3b2b96eb5b17b89d3a229 | |
parent | 55d1a9a4aa623c186c08de96b08b30ec2ea8e8ff (diff) | |
download | perl-b795c6e90c03b712a3fecc424179ab600d71be8a.tar.gz |
Data::Dumper: Updated changelog
-rw-r--r-- | dist/Data-Dumper/Changes | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes index c8f2d39573..cf741b025d 100644 --- a/dist/Data-Dumper/Changes +++ b/dist/Data-Dumper/Changes @@ -6,6 +6,25 @@ HISTORY - public release history for Data::Dumper =over 8 +=item 2.135_07 (Aug 06 2012) + +Use the new utf8 to code point functions - fixing a potential +reading buffer overrun. + +Data::Dumper: Sparseseen option to avoid building much of the seen +hash: This has been measured to, in some cases, provide a 50% speed-up + +Dumper.xs: Avoid scan_vstring on 5.17.3 and up + +Avoid a warning from clang when compiling Data::Dumper + +Fix DD's dumping of qr|\/| + +Data::Dumper's Perl implementation was not working with overloaded +blessed globs, which it thought were strings. + +Allow Data::Dumper to load on miniperl + =item 2.135_02 (Dec 29 2011) Makes DD dump *{''} properly. |