[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#210217: marked as done (ITA liberror-perl -- Perl module for error/exception handling in an OO-ish way)



Your message dated Thu, 16 Oct 2003 11:47:37 -0400
with message-id <E1AAALh-0002rG-00@auric.debian.org>
and subject line Bug#210217: fixed in liberror-perl 0.15-5
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; 10 Sep 2003 01:35:44 +0000
>From ardo@debian.org Tue Sep 09 20:35:42 2003
Return-path: <ardo@debian.org>
Received: from smtp808.mail.sc5.yahoo.com [66.163.168.187] 
	by master.debian.org with smtp (Exim 3.35 1 (Debian))
	id 19wttW-0002ib-00; Tue, 09 Sep 2003 20:35:42 -0500
Received: from adsl-68-73-127-206.dsl.emhril.ameritech.net (HELO gondor.middle-earth) (ardo@sbcglobal.net@68.73.127.206 with plain)
  by smtp-sbc-v1.mail.vip.sc5.yahoo.com with SMTP; 10 Sep 2003 01:33:26 -0000
Received: from gondor.middle-earth ([192.168.42.40] helo=packages-perl.middle-earth)
	by gondor.middle-earth with smtp (Exim 3.36 #1 (Debian))
	id 19wtrJ-0001ul-00; Tue, 09 Sep 2003 20:33:25 -0500
Received: by packages-perl.middle-earth (sSMTP sendmail emulation); Tue,  9 Sep 2003 20:33:25 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Ardo van Rangelrooij <ardo@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: RFA: liberror-perl -- Perl module for error/exception handling in an OO-ish
 way
Bcc: Ardo van Rangelrooij <ardo@debian.org>
X-Mailer: reportbug 2.27
Date: Tue, 09 Sep 2003 20:33:25 -0500
Message-Id: <E19wtrJ-0001ul-00@gondor.middle-earth>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0
	tests=HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_8_27
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_27 (1.174.2.15-2003-03-30-exp)

Package: wnpp
Version: unavailable; reported 2003-09-09
Severity: normal

I request an adopter for the liberror-perl package.
The package description is:
 This module provides two interfaces.  Firstly "Error" provides a
 procedural interface to exception handling.  Secondly "Error" is a
 base class for errors/exceptions that can either be thrown, for
 subsequent catch, or can simply be recorded.
 .
 Errors in the class "Error" should not be thrown directly, but the
 user should throw errors from a sub-class of "Error".
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux gondor 2.4.21 #1 SMP Thu Aug 28 18:54:04 CDT 2003 i686
Locale: LANG=C, LC_CTYPE=C


---------------------------------------
Received: (at 210217-close) by bugs.debian.org; 16 Oct 2003 15:54:58 +0000
>From katie@auric.debian.org Thu Oct 16 10:54:57 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AAASn-0003Ex-00; Thu, 16 Oct 2003 10:54:57 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1AAALh-0002rG-00; Thu, 16 Oct 2003 11:47:37 -0400
From: Luk Claes <luk.claes@ugent.be>
To: 210217-close@bugs.debian.org
X-Katie: $Revision: 1.40 $
Subject: Bug#210217: fixed in liberror-perl 0.15-5
Message-Id: <E1AAALh-0002rG-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Thu, 16 Oct 2003 11:47:37 -0400
Delivered-To: 210217-close@bugs.debian.org

Source: liberror-perl
Source-Version: 0.15-5

We believe that the bug you reported is fixed in the latest version of
liberror-perl, which is due to be installed in the Debian FTP archive:

liberror-perl_0.15-5.diff.gz
  to pool/main/libe/liberror-perl/liberror-perl_0.15-5.diff.gz
liberror-perl_0.15-5.dsc
  to pool/main/libe/liberror-perl/liberror-perl_0.15-5.dsc
liberror-perl_0.15-5_all.deb
  to pool/main/libe/liberror-perl/liberror-perl_0.15-5_all.deb



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 210217@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luk Claes <luk.claes@ugent.be> (supplier of updated liberror-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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 10 Sep 2003 14:43:36 +0200
Source: liberror-perl
Binary: liberror-perl
Architecture: source all
Version: 0.15-5
Distribution: unstable
Urgency: low
Maintainer: Luk Claes <luk.claes@ugent.be>
Changed-By: Luk Claes <luk.claes@ugent.be>
Description: 
 liberror-perl - Perl module for error/exception handling in an OO-ish way
Closes: 210217
Changes: 
 liberror-perl (0.15-5) unstable; urgency=low
 .
   * New maintainer (closes: #210217)
Files: 
 2738537a77c83d8193b8a242b006de94 587 perl optional liberror-perl_0.15-5.dsc
 5d2f4eb480522e113731a1f4aeb23ba0 2220 perl optional liberror-perl_0.15-5.diff.gz
 f588510e9eab019f5bc7b78132a3097e 15268 perl optional liberror-perl_0.15-5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/jrr3ITGblEwaW+URAsGQAKCm3Wjz/SRaoTL0uQ2SeT9Goej7AwCfYlk2
9Tliw9v5PsnaS818TFKY/Hk=
=krMn
-----END PGP SIGNATURE-----



Reply to: