From: Steffen Mueller Date: Thu, 15 Apr 2010 19:57:15 +0000 (+0200) Subject: Upgrade Data::Dumper to 2.126 CPAN release X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=88ac1adb99f10f85af3c62c753fa26a9bd90c4b1;p=p5sagit%2Fp5-mst-13.2.git Upgrade Data::Dumper to 2.126 CPAN release No significant changes, just synchronization to the exact release. --- 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