From b877fea2fc789be8bb0df2db93ffe5c1ecb4fb33 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 9 Aug 2011 06:26:31 -0700 Subject: Keep verbatim pod in Data::Dumper within 80 cols --- dist/Data-Dumper/Dumper.pm | 16 ++++++++-------- t/porting/known_pod_issues.dat | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm index d30c66cc60..748dd545f4 100644 --- a/dist/Data-Dumper/Dumper.pm +++ b/dist/Data-Dumper/Dumper.pm @@ -9,7 +9,7 @@ package Data::Dumper; -$VERSION = '2.131'; # Don't forget to set version and release date in POD! +$VERSION = '2.132'; # Don't forget to set version and release date in POD! #$| = 1; @@ -1106,20 +1106,20 @@ distribution for more examples.) print($@) if $@; print Dumper($boo), Dumper($bar); # pretty print (no array indices) - $Data::Dumper::Terse = 1; # don't output names where feasible - $Data::Dumper::Indent = 0; # turn off all pretty print + $Data::Dumper::Terse = 1; # don't output names where feasible + $Data::Dumper::Indent = 0; # turn off all pretty print print Dumper($boo), "\n"; - $Data::Dumper::Indent = 1; # mild pretty print + $Data::Dumper::Indent = 1; # mild pretty print print Dumper($boo); - $Data::Dumper::Indent = 3; # pretty print with array indices + $Data::Dumper::Indent = 3; # pretty print with array indices print Dumper($boo); - $Data::Dumper::Useqq = 1; # print strings in double quotes + $Data::Dumper::Useqq = 1; # print strings in double quotes print Dumper($boo); - $Data::Dumper::Pair = " : "; # specify hash key/value separator + $Data::Dumper::Pair = " : "; # specify hash key/value separator print Dumper($boo); @@ -1297,7 +1297,7 @@ modify it under the same terms as Perl itself. =head1 VERSION -Version 2.131 (May 27 2011) +Version 2.132 (August 20 2011) =head1 SEE ALSO diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 768ec0d58d..7dd37953bb 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -137,7 +137,6 @@ dist/bignum/lib/bignum.pm Apparent broken link 1 dist/bignum/lib/bigrat.pm Apparent broken link 1 dist/constant/lib/constant.pm Apparent broken link 2 dist/data-dumper/dumper.pm ? Should you be using L<...> instead of 1 -dist/data-dumper/dumper.pm Verbatim line length including indents exceeds 80 by 1 dist/extutils-install/lib/extutils/installed.pm Verbatim line length including indents exceeds 80 by 2 dist/extutils-parsexs/lib/extutils/typemaps.pm Verbatim line length including indents exceeds 80 by 4 dist/extutils-parsexs/lib/extutils/typemaps/outputmap.pm Verbatim line length including indents exceeds 80 by 1 -- cgit v1.2.1