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

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

Bug Information
Severity: Unimportant
Broken in: 1.31
Fixed in: 1.32



Subject: Ships with a+x on README and ppport.h

Minor niggle/observation:

ppport.h and README in the shipped tarball have +x attributes to everyone.

Given they're not executables, removing this at some time seems appropriate.

 

 /usr/bin/perl -Mblib t/00checkver.t
1..4
# Running under perl version 5.022001 for linux
# Current time local: Wed Apr 13 16:09:32 2016
# Current time GMT:   Wed Apr 13 04:09:32 2016
# Using Test.pm version 1.26
# I'm testing Term::ReadLine::Gnu version 1.31
ok 1
ok 2
ok 3
# OS: linux
# Perl version: 5.022001
# GNU Readline Library version: 6.3, 0x603
# $TERM=rxvt-unicode-256color
ok 4
 

I released 1.32 which fixed this issue. Thank you for your report.