In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/88ac1adb99f10f85af3c62c753fa26a9bd90c4b1?hp=d34e9bd940817db5ea805b524c18753a4f24a180>
- Log ----------------------------------------------------------------- commit 88ac1adb99f10f85af3c62c753fa26a9bd90c4b1 Author: Steffen Mueller <[email protected]> Date: Thu Apr 15 21:57:15 2010 +0200 Upgrade Data::Dumper to 2.126 CPAN release No significant changes, just synchronization to the exact release. ----------------------------------------------------------------------- Summary of changes: dist/Data-Dumper/Changes | 6 ++++++ 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 4efe854..257e7f5 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 91b335b..5967642 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 -- Perl5 Master Repository
