Fix Data::Dumper's Fix Terse(1) + Indent(2)
authorMichael G. Schwern <schwern@pobox.com>
Thu, 15 Apr 2010 19:29:43 +0000 (21:29 +0200)
committerSteffen Mueller <smueller@cpan.org>
Thu, 15 Apr 2010 19:29:43 +0000 (21:29 +0200)
commitd34e9bd940817db5ea805b524c18753a4f24a180
treeca2c22bbbc445d8fa3592981dac91bb06b58c967
parent5dec12c4fe365d1f431b0a1b786bfae24693e847
Fix Data::Dumper's Fix Terse(1) + Indent(2)

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.
dist/Data-Dumper/Dumper.pm
dist/Data-Dumper/Dumper.xs
dist/Data-Dumper/t/terse.t [new file with mode: 0644]