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

People
Owner: HAYASHI [...] cpan.org
Requestors: jhl [...] mafipulation.org
Cc:
AdminCc:

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



Subject: Readline 6.3 will break module
Date: Fri, 24 Jan 2014 16:13:26 +1100
To: bug-Term-ReadLine-Gnu [...] rt.cpan.org
From: James Laird <jhl [...] mafipulation.org>
Hello, Readline 6.3-rc1 is out, and it gets rid of all the lightly typed function pointers (Function, CPPFunction, etc). They're replaced with much more closely defined types (rl_voidfunc_t, rl_hook_func_t etc). This doesn't look like a trivial change to the module, unfortunately. Thanks, James
Thank you for your notice. I've checked in the fix into SVN repository. http://sourceforge.net/p/perl-trg/code/HEAD/tree/ Please try it. I'll release 1.21 when the GNU Readline 6.3 is released. Thanks.
I've released Term::ReadLine::Gnu 1.21. It supports GNU Readline Library 6.3.