From: Alexandr Ciornii Date: Sat, 8 Aug 2009 10:58:10 +0000 (+0200) Subject: Spellcheck X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5e60330210337db0ef4e8772ec02fcf1ac3b10e2;p=p5sagit%2Fp5-mst-13.2.git Spellcheck --- diff --git a/ext/Data-Dumper/Dumper.pm b/ext/Data-Dumper/Dumper.pm index 1123e6c..a112bf7 100644 --- a/ext/Data-Dumper/Dumper.pm +++ b/ext/Data-Dumper/Dumper.pm @@ -754,7 +754,7 @@ Data::Dumper - stringified perl data structures, suitable for both printing and =head1 DESCRIPTION Given a list of scalars or reference variables, writes out their contents in -perl syntax. The references can also be objects. The contents of each +perl syntax. The references can also be objects. The content of each variable is output in a single Perl statement. Handles self-referential structures correctly. @@ -1017,7 +1017,7 @@ Default is: C< =E >. $Data::Dumper::Maxdepth I $I->Maxdepth(I<[NEWVAL]>) Can be set to a positive integer that specifies the depth beyond which -which we don't venture into a structure. Has no effect when +we don't venture into a structure. Has no effect when C is set. (Useful in debugger when we often don't want to see more than enough). Default is 0, which means there is no maximum depth.