Your message dated Fri, 12 May 2006 03:47:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#121176: fixed in libterm-readline-perl-perl 1.0300-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: libterm-readline-perl-perl
Version: 0.9906-1.1
Severity: normal

>From the docs included iwth Term::ReadLine:

 ""MinLine"" If argument is specified, it is an advice on
             minimal size of line to be included into his-
             tory.  "undef" means do not include anything
             into history. Returns the old value.

>From the code:

sub MinLine { shift; $readline::minlength = shift }

Clearly, this needs to be more like:

sub MinLine
{
    my $rv = $readline::minlength;
    if(@_ == 2) { $readline::minlength = $_[1] }
    return $rv;
}

to comply with the interface definition.

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux nessus 2.4.13 #2 SMP Sat Nov 3 15:40:48 GMT 2001 i686 
unknown

Versions of the packages libterm-readline-perl-perl depends on:
ii  libterm-readke 2.14-2.1       Change terminal modes, and perform non-block
ii  perl           5.6.1-5        Larry Wall's Practical Extraction and Report


--- End Message ---
--- Begin Message ---
Source: libterm-readline-perl-perl
Source-Version: 1.0300-1

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

libterm-readline-perl-perl_1.0300-1.diff.gz
  to 
pool/main/libt/libterm-readline-perl-perl/libterm-readline-perl-perl_1.0300-1.diff.gz
libterm-readline-perl-perl_1.0300-1.dsc
  to 
pool/main/libt/libterm-readline-perl-perl/libterm-readline-perl-perl_1.0300-1.dsc
libterm-readline-perl-perl_1.0300-1_all.deb
  to 
pool/main/libt/libterm-readline-perl-perl/libterm-readline-perl-perl_1.0300-1_all.deb
libterm-readline-perl-perl_1.0300.orig.tar.gz
  to 
pool/main/libt/libterm-readline-perl-perl/libterm-readline-perl-perl_1.0300.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.
Niko Tyni <[EMAIL PROTECTED]> (supplier of updated libterm-readline-perl-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: Thu, 11 May 2006 22:18:53 +0300
Source: libterm-readline-perl-perl
Binary: libterm-readline-perl-perl
Architecture: source all
Version: 1.0300-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: Niko Tyni <[EMAIL PROTECTED]>
Description: 
 libterm-readline-perl-perl - Perl implementation of Readline libraries
Closes: 121176
Changes: 
 libterm-readline-perl-perl (1.0300-1) unstable; urgency=low
 .
   * New upstream release
     + the MinLine() method is now compatible with Term::ReadLine.
       (Closes: #121176)
   * Template comments cleanup in debian/rules
   * Don't ignore the status of 'make realclean'.
   * Really upgraded the debhelper compatibility level to 5.
   * Upgraded to Standards-Version 3.7.2. No changes needed.
   * debian/watch: append '00' to the version number if needed.
   * Depend on ${misc:Depends}, as recommended by debhelper.
Files: 
 de20d814a6bbc440d5a8b57f27f6b5fd 825 perl optional 
libterm-readline-perl-perl_1.0300-1.dsc
 c0ac1cdc212ee95c375040ee66d3f925 46388 perl optional 
libterm-readline-perl-perl_1.0300.orig.tar.gz
 6e2a4b3d832bb51c46ce85699bfc648c 2892 perl optional 
libterm-readline-perl-perl_1.0300-1.diff.gz
 e076e8c4117c3d69caa316c196497c1a 50366 perl optional 
libterm-readline-perl-perl_1.0300-1_all.deb

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

iD8DBQFEZGP8+NMfSd6w7DERAhVQAKCbqVBuFYyCcJ7Ktp39LAdLvTlI6wCdGAQG
GgduF6hNI+RiBZae1E65G+M=
=WwMk
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to