diff options
author | Steffen Mueller <smueller@cpan.org> | 2010-04-15 21:57:15 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2010-04-15 21:57:15 +0200 |
commit | 88ac1adb99f10f85af3c62c753fa26a9bd90c4b1 (patch) | |
tree | 1278fdbb7d8c79c47d164e84a97568925070551a /dist | |
parent | d34e9bd940817db5ea805b524c18753a4f24a180 (diff) | |
download | perl-88ac1adb99f10f85af3c62c753fa26a9bd90c4b1.tar.gz |
Upgrade Data::Dumper to 2.126 CPAN release
No significant changes, just synchronization to the exact release.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Data-Dumper/Changes | 6 | ||||
-rw-r--r-- | dist/Data-Dumper/Dumper.pm | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes index 4efe854ec4..257e7f57d9 100644 --- a/dist/Data-Dumper/Changes +++ b/dist/Data-Dumper/Changes @@ -6,6 +6,12 @@ HISTORY - public release history for Data::Dumper =over 8 +=item 2.126 (Apr 15 2010) + +Fix Data::Dumper's Fix Terse(1) + Indent(2): +perl-RT #73604: When $Data::Dumper::Terse is true, the indentation is thrown +off. It appears to be acting as if the $VAR1 = is still there. + =item 2.125 (Aug 8 2009) CPAN distribution fixes (meta information for META.yml). diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm index 91b335bc88..5967642315 100644 --- a/dist/Data-Dumper/Dumper.pm +++ b/dist/Data-Dumper/Dumper.pm @@ -9,7 +9,7 @@ package Data::Dumper; -$VERSION = '2.125'; # Don't forget to set version and release date in POD! +$VERSION = '2.126'; # Don't forget to set version and release date in POD! #$| = 1; @@ -1297,7 +1297,7 @@ modify it under the same terms as Perl itself. =head1 VERSION -Version 2.125 (Aug 8 2009) +Version 2.126 (Apr 15 2010) =head1 SEE ALSO |