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

Bug#153146: marked as done (ITP: libexporter-lite-perl -- Lightweight subset of Exporter)



Your message dated Sun, 11 Aug 2002 12:29:07 -0400
with message-id <E17dvaV-0002j9-00@auric.debian.org>
and subject line Bug#153146: fixed in libexporter-lite-perl 0.01-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; 16 Jul 2002 11:25:39 +0000
>From ilmari@nlc.no Tue Jul 16 06:25:39 2002
Return-path: <ilmari@nlc.no>
Received: from 213-145-183-138.dd.nextgentel.com (galadriel) [213.145.183.138] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17UQSY-0000ho-00; Tue, 16 Jul 2002 06:25:39 -0500
Received: from ilmari by galadriel with local (Exim 3.35 #1 (Debian))
	id 17UQRY-0004O6-00; Tue, 16 Jul 2002 13:24:36 +0200
X-Debbugs-CC: debian-devel@lists.debian.org
Subject: ITP: libexporter-lite-perl -- Lightweight subset of Exporter
From: "Dagfinn Ilmari Mannsåker" <ilmari@ping.uio.no>
To: "Debian Bug Tracking System" <submit@bugs.debian.org>
X-Mailer: reportbug 1.99.47
Date: Tue, 16 Jul 2002 13:24:36 +0200
Message-Id: <E17UQRY-0004O6-00@galadriel>
Sender: =?iso-8859-1?Q?Dagfinn_Ilmari_Manns=E5ker?= <ilmari@nlc.no>
Delivered-To: submit@bugs.debian.org

Package: wnpp
Version: N/A; reported 2002-07-16
Severity: wishlist

* Package name    : libexporter-lite-perl
  Version         : 0.01
  Upstream Author : Michael G Schwern <schwern@pobox.com>.
* URL             : http://www.cpan.org/authors/id/MSCHWERN/
* License         : GPL/Artistic
  Description     : Lightweight subset of Exporter
   This is an alternative to Exporter intended to provide a lightweight
   subset of its functionality.  It supports import(), @EXPORT and
   @EXPORT_OK and not a whole lot else.
   .
   Unlike Exporter, it is not necessary to inherit from Exporter::Lite
   (ie. no @ISA = qw(Exporter::Lite) mantra).  Exporter::Lite simply
   exports its import() function.  This might be called a "mix-in".
   .
   Setting up a module to export its variables and functions is simple:
   .
   package My::Module;
   use Exporter::Lite;
   .
   @EXPORT = qw($Foo bar);

This is needed by libuniversal-exports-perl which I will ITP in a minute.

A preliminary package can be found at http://www.ping.uio.no/~ilmari/debian/

-- System Information:
Debian Release: 3.0
Architecture: i386
Kernel: Linux galadriel 2.4.19-rc1 #1 Sun Jun 30 04:25:42 CEST 2002 i686
Locale: LANG=en_US, LC_CTYPE=no_NO.ISO-8859-1

-- no debconf information


---------------------------------------
Received: (at 153146-close) by bugs.debian.org; 11 Aug 2002 16:32:11 +0000
>From troup@auric.debian.org Sun Aug 11 11:32:11 2002
Return-path: <troup@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17dvdT-0000Uu-00; Sun, 11 Aug 2002 11:32:11 -0500
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 17dvaV-0002j9-00; Sun, 11 Aug 2002 12:29:07 -0400
From: Dagfinn Ilmari Mannsåker <ilmari@ping.uio.no>
To: 153146-close@bugs.debian.org
X-Katie: $Revision: 1.17 $
Subject: Bug#153146: fixed in libexporter-lite-perl 0.01-5
Message-Id: <E17dvaV-0002j9-00@auric.debian.org>
Sender: James Troup <troup@auric.debian.org>
Date: Sun, 11 Aug 2002 12:29:07 -0400
Delivered-To: 153146-close@bugs.debian.org

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

libexporter-lite-perl_0.01-5.diff.gz
  to pool/main/libe/libexporter-lite-perl/libexporter-lite-perl_0.01-5.diff.gz
libexporter-lite-perl_0.01-5.dsc
  to pool/main/libe/libexporter-lite-perl/libexporter-lite-perl_0.01-5.dsc
libexporter-lite-perl_0.01-5_all.deb
  to pool/main/libe/libexporter-lite-perl/libexporter-lite-perl_0.01-5_all.deb
libexporter-lite-perl_0.01.orig.tar.gz
  to pool/main/libe/libexporter-lite-perl/libexporter-lite-perl_0.01.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 153146@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dagfinn Ilmari Mannsåker <ilmari@ping.uio.no> (supplier of updated libexporter-lite-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: Fri,  9 Aug 2002 00:49:22 +0200
Source: libexporter-lite-perl
Binary: libexporter-lite-perl
Architecture: source all
Version: 0.01-5
Distribution: unstable
Urgency: low
Maintainer: Dagfinn Ilmari Mannsåker <ilmari@ping.uio.no>
Changed-By: Dagfinn Ilmari Mannsåker <ilmari@ping.uio.no>
Description: 
 libexporter-lite-perl - Lightweight subset of Exporter
Closes: 153146
Changes: 
 libexporter-lite-perl (0.01-5) unstable; urgency=low
 .
   * Really fix debian/copyright
 .
 libexporter-lite-perl (0.01-4) unstable; urgency=low
 .
   * debian/copyright: Add pointers to full license texts.
 .
 libexporter-lite-perl (0.01-3) unstable; urgency=low
 .
   * Close ITP. (Closes: #153146)
   * Removed pointless README.Debian.
   * debian/changelog: Removed "Local Variables" section.
   * debian/rules: Removed cruft from dh-make
 .
 libexporter-lite-perl (0.01-2) unstable; urgency=low
 .
   * Fixed short description
 .
 libexporter-lite-perl (0.01-1) unstable; urgency=low
 .
   * Initial Release.
Files: 
 3042ee7d2df7cec7206e403f740efb3a 651 interpreters optional libexporter-lite-perl_0.01-5.dsc
 e45c93513ecb22e183748592069bdaf8 20650 interpreters optional libexporter-lite-perl_0.01.orig.tar.gz
 5e748e12e62207db4caec500bcc7d20b 1769 interpreters optional libexporter-lite-perl_0.01-5.diff.gz
 32ebee0a1172ff0b198ea769c4d7cc8c 7682 interpreters optional libexporter-lite-perl_0.01-5_all.deb

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

iD8DBQE9Uv3tQSseMYF6mWoRAp9rAKCe6/d/ZFkHu/zHx5sWeKykLYxN/ACg7DJd
S1jmru7NPYRFByS73xaAJ9U=
=SZQ0
-----END PGP SIGNATURE-----



Reply to: