Keep verbatim pod in Data::Dumper within 80 cols
authorFather Chrysostomos <sprout@cpan.org>
Tue, 9 Aug 2011 13:26:31 +0000 (06:26 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 9 Aug 2011 15:34:27 +0000 (08:34 -0700)
dist/Data-Dumper/Dumper.pm
t/porting/known_pod_issues.dat

index d30c66cc605023f86a3500a2bcee6424c8ca9a25..748dd545f456cb43099a1c1e1142d105a1bd3b56 100644 (file)
@@ -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
 
index 768ec0d58d89f264a2a1179f6c6ebf95b0c603ba..7dd37953bbef81fa738513ab7ec4a027c61ae87f 100644 (file)
@@ -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