Skip Menu |

This queue is for tickets about the Term-ReadLine-Gnu CPAN distribution.

Maintainer(s)' notes

When you report a bug, please provide the following information;

- output of
	perl -V
	perl Makefile.PL verbose
	make test TEST_VERBOSE=1
	perl -Mblib t/00checkver.t
	echo $TERM
- terminal emulator which you are using
- compiler which is used to compile the GNU Readline Library (libreadline.a) if you can know.
Read INSTALL in the distribution for more details.

Report information
The Basics
Id: 93614
Status: resolved
Priority: 0/
Queue: Term-ReadLine-Gnu

People
Owner: HAYASHI [...] cpan.org
Requestors: orion [...] cora.nwra.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.22
Fixed in: 1.23



Subject: Use of inherited AUTOLOAD for non-method Term::ReadLine::Gnu::ornaments() is deprecated at /usr/lib64/perl5/vendor_perl/Term/ReadLine/Gnu.pm line 255
Date: Fri, 07 Mar 2014 09:45:30 -0700
To: bug-Term-ReadLine-Gnu [...] rt.cpan.org
From: Orion Poplawski <orion [...] cora.nwra.com>
Running kpcli with Term::ReadLine::Gnu I get: Use of inherited AUTOLOAD for non-method Term::ReadLine::Gnu::ornaments() is deprecated at /usr/lib64/perl5/vendor_perl/Term/ReadLine/Gnu.pm line 255. Use of inherited AUTOLOAD for non-method Term::ReadLine::Gnu::ornaments() is deprecated at /usr/bin/kpcli line 3156. -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane orion@nwra.com Boulder, CO 80301 http://www.nwra.com
Thank you for your report. Please provide the following information; - result of `perl -V' - output of perl Makefile.PL verbose make test TEST_VERBOSE=1 perl -Mblib t/00checkver.t' I added "use warnings;" in 1.22 release. It seems that it is a root cause of this issue. Thanks. On 2014-3-07 Fri 11:45:41, opoplawski wrote: Show quoted text
> Running kpcli with Term::ReadLine::Gnu I get: > > Use of inherited AUTOLOAD for non-method > Term::ReadLine::Gnu::ornaments() is > deprecated at /usr/lib64/perl5/vendor_perl/Term/ReadLine/Gnu.pm line > 255. > Use of inherited AUTOLOAD for non-method > Term::ReadLine::Gnu::ornaments() is > deprecated at /usr/bin/kpcli line 3156.
Subject: Re: [rt.cpan.org #93614] Use of inherited AUTOLOAD for non-method Term::ReadLine::Gnu::ornaments() is deprecated at /usr/lib64/perl5/vendor_perl/Term/ReadLine/Gnu.pm line 255
Date: Sat, 08 Mar 2014 10:17:45 -0700
To: bug-Term-ReadLine-Gnu [...] rt.cpan.org
From: Orion Poplawski <orion [...] cora.nwra.com>

Message body is not shown because it is too large.

Thank you for your report. With your help I could find a bug which has been in my module for a long years. I've attached a patch. Please try it.
Subject: patch
Download patch
application/octet-stream 2.4k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #93614] Use of inherited AUTOLOAD for non-method Term::ReadLine::Gnu::ornaments() is deprecated at /usr/lib64/perl5/vendor_perl/Term/ReadLine/Gnu.pm line 255
Date: Sun, 09 Mar 2014 15:24:02 -0600
To: bug-Term-ReadLine-Gnu [...] rt.cpan.org
From: Orion Poplawski <orion [...] cora.nwra.com>
On 03/09/2014 08:57 AM, Hiroo_HAYASHI via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=93614 > > > Thank you for your report. > With your help I could find a bug which has been in my module for a long years. > I've attached a patch. Please try it. >
That indeed removed the warning. Thanks! - Orion -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division FAX: 303-415-9702 3380 Mitchell Lane orion@cora.nwra.com Boulder, CO 80301 http://www.cora.nwra.com
The fix is in 1.23.