Your message dated Mon, 02 Apr 2007 20:32:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#410298: fixed in libconfig-general-perl 2.32-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libconfig-general-perl
Version: 2.31-3
Severity: normal
Hi,
Here is my source config file, the source code used, and the Data::Dumper
output.
----- config file -----
<plop world>
<plip 0>
<plup tag>
hophop contenthophop
</plup>
</plip>
</plop>
----------------------
---- code -----------
#!/usr/bin/perl -w
use strict;
use Config::General;
use Data::Dumper;
my $conf;
$conf = new Config::General( -ConfigFile => "./essai.conf" );
print Dumper $conf->getall();
-------------------
---- output --------------
$VAR1 = 'plop';
$VAR2 = {
'world' => {
'plip' => {
'plup' => {
'tag' => {
'hophop' => 'contenthophop'
}
}
}
}
};
--------------------------
==> 0 disappeared
Sylvain
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages libconfig-general-perl depends on:
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
libconfig-general-perl recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: libconfig-general-perl
Source-Version: 2.32-1
We believe that the bug you reported is fixed in the latest version of
libconfig-general-perl, which is due to be installed in the Debian FTP archive:
libconfig-general-perl_2.32-1.diff.gz
to pool/main/libc/libconfig-general-perl/libconfig-general-perl_2.32-1.diff.gz
libconfig-general-perl_2.32-1.dsc
to pool/main/libc/libconfig-general-perl/libconfig-general-perl_2.32-1.dsc
libconfig-general-perl_2.32-1_all.deb
to pool/main/libc/libconfig-general-perl/libconfig-general-perl_2.32-1_all.deb
libconfig-general-perl_2.32.orig.tar.gz
to
pool/main/libc/libconfig-general-perl/libconfig-general-perl_2.32.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Francesco Cecconi <[EMAIL PROTECTED]> (supplier of updated
libconfig-general-perl package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 2 Apr 2007 21:09:54 +0200
Source: libconfig-general-perl
Binary: libconfig-general-perl
Architecture: source all
Version: 2.32-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Cecconi <[EMAIL PROTECTED]>
Changed-By: Francesco Cecconi <[EMAIL PROTECTED]>
Description:
libconfig-general-perl - Generic Configuration Module
Closes: 410298
Changes:
libconfig-general-perl (2.32-1) unstable; urgency=low
.
* New upstream release (Closes: #410298)
Files:
87a6d233808f1f8c3d82826bdd985298 671 perl optional
libconfig-general-perl_2.32-1.dsc
f7f74f8da3a7a48afc6d05be414f5b78 42726 perl optional
libconfig-general-perl_2.32.orig.tar.gz
6d58a012f9ee3c96b6a67b5e752e632c 3157 perl optional
libconfig-general-perl_2.32-1.diff.gz
0729a50a513dd27c75a45ff39422dff0 62274 perl optional
libconfig-general-perl_2.32-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGEWY3gcCJIoCND9ARAv2nAJwPAj5X8VxEZRzCgDAP0Aj0ApGviwCgllr7
RJ6fFX6Tyy/ViUsB284w2BM=
=nm21
-----END PGP SIGNATURE-----
--- End Message ---