Subject: | t/readline.t leaves terminal backspace in broken state |
For some reason, t/readline.t changes the terminal's backspace code from my default of ^? to ^H
Annoyingly, simply calling `reset` is not enough either, I have to call `reset -e ^?` to get a working backspace key.
Annoyingly, simply calling `reset` is not enough either, I have to call `reset -e ^?` to get a working backspace key.
Subject: | perl-V.txt |
Summary of my perl5 (revision 5 version 19 subversion 10) configuration:
Platform:
osname=linux, osvers=3.13.5-gentoo, archname=x86_64-linux
uname='linux katipo2 3.13.5-gentoo #59 smp wed mar 19 16:06:17 nzdt 2014 x86_64 intel(r) core(tm) i5-2410m cpu @ 2.30ghz genuineintel gnulinux '
config_args='-de -Dprefix=/home/kent/perl5/perlbrew/perls/perl-5.19.10 -Doptimize=-march=native -mtune=native -O3 -pipe -msse -msse2 -mssse3 -msse4.1 -msse4.2 -mavx -mfxsr -mxsave -mxsaveopt -Dusedevel -Aeval:scriptdir=/home/kent/perl5/perlbrew/perls/perl-5.19.10/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-march=native -mtune=native -O3 -pipe -msse -msse2 -mssse3 -msse4.1 -msse4.2 -mavx -mfxsr -mxsave -mxsaveopt',
cppflags='-fno-strict-aliasing -pipe -fstack-protector'
ccversion='', gccversion='4.8.2', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector'
libpth=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include-fixed /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.17.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.17'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -march=native -mtune=native -O3 -pipe -msse -msse2 -mssse3 -msse4.1 -msse4.2 -mavx -mfxsr -mxsave -mxsaveopt -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
PERL_USE_DEVEL USE_64_BIT_ALL USE_64_BIT_INT
USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Mar 21 2014 15:15:27
%ENV:
PERLBREW_BASHRC_VERSION="0.67"
PERLBREW_HOME="/home/kent/.perlbrew"
PERLBREW_MANPATH="/home/kent/perl5/perlbrew/perls/perl-5.19.10/man"
PERLBREW_PATH="/home/kent/perl5/perlbrew/bin:/home/kent/perl5/perlbrew/perls/perl-5.19.10/bin"
PERLBREW_PERL="perl-5.19.10"
PERLBREW_ROOT="/home/kent/perl5/perlbrew"
PERLBREW_VERSION="0.67"
PERL_CPANM_OPT=" --prompt --reinstall --interactive --with-recommends --with-suggests --with-develop --verify"
@INC:
/home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10/x86_64-linux
/home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/site_perl/5.19.10
/home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/5.19.10/x86_64-linux
/home/kent/perl5/perlbrew/perls/perl-5.19.10/lib/5.19.10
.