From: Rafael Garcia-Suarez Date: Fri, 15 Oct 2004 10:20:16 +0000 (+0000) Subject: Doc nit to Data::Dumper, suggested by Peter Kay. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6cbbc06272884293d5b49863f65805a188482c82;p=p5sagit%2Fp5-mst-13.2.git Doc nit to Data::Dumper, suggested by Peter Kay. p4raw-id: //depot/perl@23369 --- diff --git a/ext/Data/Dumper/Dumper.pm b/ext/Data/Dumper/Dumper.pm index 763a41f..e206671 100644 --- a/ext/Data/Dumper/Dumper.pm +++ b/ext/Data/Dumper/Dumper.pm @@ -9,7 +9,7 @@ package Data::Dumper; -$VERSION = '2.121_01'; +$VERSION = '2.121_02'; #$| = 1; @@ -689,7 +689,8 @@ variable is output in a single Perl statement. Handles self-referential structures correctly. The return value can be Ced to get back an identical copy of the -original reference structure. +original reference structure (although you might need to turn off strictures +to eval it). Any references that are the same as one of those passed in will be named C<$VAR>I (where I is a numeric suffix), and other duplicate references