This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Doc nit to Data::Dumper, suggested by Peter Kay.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 15 Oct 2004 10:20:16 +0000 (10:20 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 15 Oct 2004 10:20:16 +0000 (10:20 +0000)
p4raw-id: //depot/perl@23369

ext/Data/Dumper/Dumper.pm

index 763a41f..e206671 100644 (file)
@@ -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 C<eval>ed 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<n> (where I<n> is a numeric suffix), and other duplicate references