Your message dated Wed, 07 Jul 2004 14:14:41 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#256644: fixed in libtree-simple-perl 1.05-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) -------------------------------------- Received: (at submit) by bugs.debian.org; 28 Jun 2004 09:21:28 +0000 >From [EMAIL PROTECTED] Mon Jun 28 02:21:27 2004 Return-path: <[EMAIL PROTECTED]> Received: from tx3.oucs.ox.ac.uk [163.1.2.167] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BesKN-0002ak-00; Mon, 28 Jun 2004 02:21:27 -0700 Received: from scan3.oucs.ox.ac.uk ([163.1.2.166] helo=localhost) by tx3.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1BesKM-0007Fk-Os for [EMAIL PROTECTED]; Mon, 28 Jun 2004 10:21:26 +0100 Received: from rx3.oucs.ox.ac.uk ([163.1.2.165]) by localhost (scan3.oucs.ox.ac.uk [163.1.2.166]) (amavisd-new, port 25) with ESMTP id 27769-02 for <[EMAIL PROTECTED]>; Mon, 28 Jun 2004 10:21:26 +0100 (BST) Received: from smtp0.herald.ox.ac.uk ([163.1.0.246]) by rx3.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1BesKM-0007Fa-B8; Mon, 28 Jun 2004 10:21:26 +0100 Received: from mizar.oucs.ox.ac.uk ([163.1.15.107]) by smtp0.herald.ox.ac.uk with esmtp (Exim 3.35 #1) id 1BesKM-0000IW-3y; Mon, 28 Jun 2004 10:21:26 +0100 Received: from stephen by mizar.oucs.ox.ac.uk with local (Exim 3.36 #1 (Debian)) id 1BesKM-0000wZ-00; Mon, 28 Jun 2004 10:21:26 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Stephen Quinney <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: ITP: libtree-simple-perl -- A simple tree object X-Mailer: reportbug 2.61 Date: Mon, 28 Jun 2004 10:21:26 +0100 X-Debbugs-Cc: debian-devel@lists.debian.org Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE, X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: wnpp Severity: wishlist * Package name : libtree-simple-perl Version : 1.05 Upstream Author : Stevan Little <[EMAIL PROTECTED]> * URL : http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/ * License : GPL (>= 1) or Perl Artistic Description : A simple tree object This module is a fully object-oriented implementation of a simple n-ary tree. It is built upon the concept of parent-child relationships, so therefore every Tree::Simple object has both a parent and a set of children (who themselves may have children, and so on). Every Tree::Simple object also has siblings, as they are just the children of their immediate parent. . It can be used to model hierarchal information such as a file-system, the organizational structure of a company, an object inheritance hierarchy, versioned files from a version control system or even an abstract syntax tree for use in a parser. It makes no assumptions as to your intended usage, but instead simply provides the structure and means of accessing and traversing said structure. . This module uses exceptions and a minimal Design By Contract style. All method arguments are required unless specified in the documentation, if a required argument is not defined an exception will usually be thrown. Many arguments are also required to be of a specific type, for instance the $parent argument to the constructor must be a Tree::Simple object or an object derived from Tree::Simple, otherwise an exception is thrown. This may seems harsh to some, but this allows me to have the confidence that my code works as I intend, and for you to enjoy the same level of confidence when using this module. Note however that this module does not use any Exception or Error module, the exceptions are just strings thrown with die. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (900, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: LANG=C, LC_CTYPE=C --------------------------------------- Received: (at 256644-close) by bugs.debian.org; 7 Jul 2004 18:20:49 +0000 >From [EMAIL PROTECTED] Wed Jul 07 11:20:49 2004 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BiH2H-0005gV-00; Wed, 07 Jul 2004 11:20:49 -0700 Received: from dsilvers by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1BiGwL-0008It-00; Wed, 07 Jul 2004 14:14:41 -0400 From: Stephen Quinney <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.30 $ Subject: Bug#256644: fixed in libtree-simple-perl 1.05-1 Message-Id: <[EMAIL PROTECTED]> Sender: Daniel Silverstone <[EMAIL PROTECTED]> Date: Wed, 07 Jul 2004 14:14:41 -0400 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Source: libtree-simple-perl Source-Version: 1.05-1 We believe that the bug you reported is fixed in the latest version of libtree-simple-perl, which is due to be installed in the Debian FTP archive: libtree-simple-perl_1.05-1.diff.gz to pool/main/libt/libtree-simple-perl/libtree-simple-perl_1.05-1.diff.gz libtree-simple-perl_1.05-1.dsc to pool/main/libt/libtree-simple-perl/libtree-simple-perl_1.05-1.dsc libtree-simple-perl_1.05-1_all.deb to pool/main/libt/libtree-simple-perl/libtree-simple-perl_1.05-1_all.deb libtree-simple-perl_1.05.orig.tar.gz to pool/main/libt/libtree-simple-perl/libtree-simple-perl_1.05.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. Stephen Quinney <[EMAIL PROTECTED]> (supplier of updated libtree-simple-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: Fri, 2 Jul 2004 11:58:17 +0100 Source: libtree-simple-perl Binary: libtree-simple-perl Architecture: source all Version: 1.05-1 Distribution: unstable Urgency: low Maintainer: Stephen Quinney <[EMAIL PROTECTED]> Changed-By: Stephen Quinney <[EMAIL PROTECTED]> Description: libtree-simple-perl - A simple tree object Closes: 256644 Changes: libtree-simple-perl (1.05-1) unstable; urgency=low . * Inital release, closes: #256644. Files: 5095d92e23037ebd65fe59bfa2cbc13b 724 perl optional libtree-simple-perl_1.05-1.dsc cf3dd569774ccab75bf2af5968c9fd4d 21129 perl optional libtree-simple-perl_1.05.orig.tar.gz 457b80d087ef179c8cda70a41ef4bc2a 2336 perl optional libtree-simple-perl_1.05-1.diff.gz d18deadb7e43b3dca7c93c25b4ef3673 28466 perl optional libtree-simple-perl_1.05-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA5UJ6ITGblEwaW+URAvrVAKCueYCUWhLpOfVvkr3kFd0zQL0+HgCggCrL 9MWFEtDYJlA1AJGwPJDP7Bc= =xpGM -----END PGP SIGNATURE-----