Your message dated Wed, 9 Apr 2008 09:42:25 +0300 with message-id <[EMAIL PROTECTED]> and subject line Re: Bug#146353: perl: Data::Dumper typo "$Data::Dump::Purity" has caused the Debian Bug report #146353, regarding perl: Data::Dumper typo "$Data::Dump::Purity" to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 146353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=146353 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: perl Version: 5.6.1-7 Severity: minor Tags: patch man page for Data::Dumper has the following in SYNOPSIS section: > # configuration variables > { > local $Data::Dump::Purity = 1; > eval Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]); > } Things like "$Data::Dump::" does not work, and generates the warning message... > Name "Data::Dump::Indent" used only once: possible typo at ./dmc.pl line 12. Attached is a patch for the typo. Please forward to upstream. Thank you, Mike Simons -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux star 2.4.18 #1 Tue Apr 23 02:57:43 PDT 2002 i686 Locale: LANG=C, LC_CTYPE= Versions of packages perl depends on: ii libc6 2.2.5-4 GNU C Library: Shared libraries an ii libdb2 2:2.7.7.0-7 The Berkeley database routines (ru ii libgdbmg1 1.7.3-27 GNU dbm database routines (runtime ii perl-base 5.6.1-7 The Pathologically Eclectic Rubbis ii perl-modules 5.6.1-7 Core Perl modules.diff -pur perl-5.6.1/debian/changelog orig/perl-5.6.1/debian/changelog --- perl-5.6.1/debian/changelog Thu May 9 00:07:28 2002 +++ orig/perl-5.6.1/debian/changelog Wed May 8 23:51:08 2002 @@ -1,9 +1,3 @@ -perl (5.6.1-8) unstable; urgency=low - - * Fix typo Data/Dumper.pm: $Data::Dump->Purity = 1; - - -- Mike Simons <[EMAIL PROTECTED]> Thu, 9 May 2002 00:07:28 -0700 - perl (5.6.1-7) unstable; urgency=medium * Prune libswanted so as to link only the libraries we specifically diff -pur perl-5.6.1/ext/Data/Dumper/Dumper.pm orig/perl-5.6.1/ext/Data/Dumper/Dumper.pm --- perl-5.6.1/ext/Data/Dumper/Dumper.pm Thu May 9 00:06:04 2002 +++ orig/perl-5.6.1/ext/Data/Dumper/Dumper.pm Thu Feb 22 18:57:54 2001 @@ -605,7 +605,7 @@ Data::Dumper - stringified perl data str # configuration variables { - local $Data::Dumper::Purity = 1; + local $Data::Dump::Purity = 1; eval Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]); }
--- End Message ---
--- Begin Message ---Version: 5.8.1-1 On Thu, May 09, 2002 at 03:17:22AM -0400, [EMAIL PROTECTED] wrote: > Package: perl > Version: 5.6.1-7 > Severity: minor > Tags: patch > man page for Data::Dumper has the following in SYNOPSIS section: > > # configuration variables > > { > > local $Data::Dump::Purity = 1; > > eval Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]); > > } > > Things like "$Data::Dump::" does not work, and generates the warning > message... > > Name "Data::Dump::Indent" used only once: possible typo at ./dmc.pl line 12. This was fixed upstream by change [ 19057] By: rgs on 2003/03/24 21:33:43 Log: Typo, spotted by Doru Petrescu Message-ID: <[EMAIL PROTECTED]> Branch: perl ! ext/Data/Dumper/Dumper.pm which was included in 5.8.1. Closing accordingly. Cheers, -- Niko Tyni [EMAIL PROTECTED]
--- End Message ---

