Typo, spotted by Doru Petrescu
Rafael Garcia-Suarez [Mon, 24 Mar 2003 21:33:43 +0000 (21:33 +0000)]
Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>

p4raw-id: //depot/perl@19057

ext/Data/Dumper/Dumper.pm

index 9034544..f51b243 100644 (file)
@@ -664,7 +664,7 @@ Data::Dumper - stringified perl data structures, suitable for both printing and
 
     # configuration variables
     {
-      local $Data::Dump::Purity = 1;
+      local $Data::Dumper::Purity = 1;
       eval Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]);
     }