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: 54977
Status: resolved
Priority: 0/
Queue: Term-ReadLine-Gnu

People
Owner: Nobody in particular
Requestors: melo [...] simplicidade.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.19
Fixed in: (no value)



Subject: Install fails with GNU libreadline 6.1
Hi, Using libreadline 6.1 the installation fails. It fails test t/readline.t, test readline_version (around line 94). With 6.1, $version is 1536, when it should be 1537.
On 2010-2-25 Thu 07:34:40, http://www.simplicidade.org/ wrote: Show quoted text
> Hi, > > Using libreadline 6.1 the installation fails. > > It fails test t/readline.t, test readline_version (around line 94). > > With 6.1, $version is 1536, when it should be 1537.
This is a bug of the GNU Readline Library 6.1. Apply a patch ftp://ftp.gnu.org/gnu/readline/readline-6.1-patches/readline61-002. I released Term-ReadLine-Gnu-1.20. The t/readline.t skips the tests with the GNU Readline Library 6.1 not to confuse users. Thanks.