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

People
Owner: Nobody in particular
Requestors: abhi18av [...] gmail.com
Cc:
AdminCc:

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



Subject: Fwd: Errors in the ReadLine package
Date: Sun, 9 Oct 2016 10:55:18 +0530
To: bug-Term-ReadLine-Gnu [...] rt.cpan.org
From: Abhinav Sharma <abhi18av [...] gmail.com>
Show quoted text
---------- Forwarded message ---------- From: Abhinav Sharma <abhi18av@gmail.com> Date: Sun, Oct 9, 2016 at 10:54 AM Subject: Errors in the ReadLine package To: hiroo.hayashi@computer.org Hello Hiroo Hayashi :) This is Abhinav from India and I've, sadly, run into an error using your package. I installed Perl and Task::Tensho , your package is an important part of it. But recently, I've started to run into an error in any interactive command I use. Could you please have a look at it? I really like Perl and I need to have the interactive commands working. *I use macOS Yosemite * The error log is the following *perl -de 42 * ############ Loading DB routines from perl5db.pl version 1.49_04 Editor support available. Enter h or 'h h' for help, or 'man perldebug' for more help. main::(-e:1): 42 Cannot do `initialize' in Term::ReadLine::Gnu at /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0/perl5db.pl line 6861. at /usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0/ darwin-thread-multi-2level/Term/ReadLine/Gnu.pm line 844. Term::ReadLine::Gnu::AU::AUTOLOAD(Term::ReadLine=HASH(0x7f9363267290)) called at /usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0/ darwin-thread-multi-2level/Term/ReadLine/Gnu.pm line 287 Term::ReadLine::Gnu::new("Term::ReadLine", "perldb", GLOB(0x7f936218ad68), GLOB(0x7f936216fa78)) called at /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0/perl5db.pl line 6861 DB::setterm() called at /usr/local/Cellar/perl/5.24.0_ 1/lib/perl5/5.24.0/perl5db.pl line 1845 DB::_DB__read_next_cmd(undef) called at /usr/local/Cellar/perl/5.24.0_ 1/lib/perl5/5.24.0/perl5db.pl line 2779 DB::DB called at -e line 1 Cannot do `initialize' in Term::ReadLine::Gnu at /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0/perl5db.pl line 6861. END failed--call queue aborted. at -e line 0. ############ *perl -V* ######### Summary of my perl5 (revision 5 version 24 subversion 0) configuration: Platform: osname=darwin, osvers=14.5.0, archname=darwin-thread-multi-2level uname='darwin yosemitevm.local 14.5.0 darwin kernel version 14.5.0: thu apr 21 20:40:54 pdt 2016; root:xnu-2782.50.3~1release_x86_64 x86_64 ' config_args='-des -Dprefix=/usr/local/Cellar/perl/5.24.0_1 -Dprivlib=/usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0 -Dsitelib=/usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0 -Dotherlibdirs=/usr/local/lib/perl5/site_perl/5.24.0 -Dperlpath=/usr/local/opt/perl/bin/perl -Dstartperl=#!/usr/local/opt/perl/bin/perl -Dman1dir=/usr/local/Cellar/perl/5.24.0_1/share/man/man1 -Dman3dir=/usr/local/Cellar/perl/5.24.0_1/share/man/man3 -Duseshrplib -Duselargefiles -Dusethreads' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.10 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV', optimize='-O3', cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.10 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include' ccversion='', gccversion='4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='cc', ldflags =' -mmacosx-version-min=10.10 -fstack-protector-strong -L/usr/local/lib' libpth=/usr/local/lib /usr/include/libxml2 /Applications/Xcode.app/ Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/lib /Applications/Xcode.app/Contents/Developer/Toolchains/ XcodeDefault.xctoolchain/usr/lib /Applications/Xcode.app/ Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib /usr/lib libs=-lpthread -ldbm -ldl -lm -lutil -lc perllibs=-lpthread -ldl -lm -lutil -lc libc=, so=dylib, useshrplib=true, libperl=libperl.dylib gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -mmacosx-version-min=10.10 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong' Characteristics of this binary (from libperl): Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DONT_CREATE_GVSV PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API Built under darwin Compiled at Jun 4 2016 11:01:07 @INC: /usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0/ darwin-thread-multi-2level /usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0 /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0/darwin- thread-multi-2level /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0 /usr/local/lib/perl5/site_perl/5.24.0 ######### *echo $TERM* xterm-256color ######### *ZSH shell* ###########
Hi, It seems that Term::Gnu::ReadLine package is broken by seeing "Perl -V" results. Please the following information to me. --------------- When you report a bug, please provide the following information; - output of perl -V # done perl Makefile.PL verbose make test TEST_VERBOSE=1 perl -Mblib t/00checkver.t echo $TERM # done - terminal emulator which you are using --------------- Or report to the package maintainer. It seems that you are using the Homebrew. Regards, On Sun, 9 Oct 2016 05:25:31 GMT, abhi18av@gmail.com wrote: Show quoted text
> ---------- Forwarded message ---------- > From: Abhinav Sharma <abhi18av@gmail.com> > Date: Sun, Oct 9, 2016 at 10:54 AM > Subject: Errors in the ReadLine package > To: hiroo.hayashi@computer.org > > > Hello Hiroo Hayashi :) > > This is Abhinav from India and I've, sadly, run into an error using > your > package. > > I installed Perl and Task::Tensho > , your package is an important part of it. > > But recently, I've started to run into an error in any interactive > command > I use. Could you please have a look at it? I really like Perl and I > need to > have the interactive commands working. > > *I use macOS Yosemite * > > The error log is the following > > *perl -de 42 * > ############ > > Loading DB routines from perl5db.pl version 1.49_04 > Editor support available. > > Enter h or 'h h' for help, or 'man perldebug' for more help. > > main::(-e:1): 42 > Cannot do `initialize' in Term::ReadLine::Gnu at > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0/perl5db.pl line 6861. > at /usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0/ > darwin-thread-multi-2level/Term/ReadLine/Gnu.pm line 844. > Term::ReadLine::Gnu::AU::AUTOLOAD(Term::ReadLine=HASH(0x7f9363267290)) > called at /usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0/ > darwin-thread-multi-2level/Term/ReadLine/Gnu.pm line 287 > Term::ReadLine::Gnu::new("Term::ReadLine", "perldb", > GLOB(0x7f936218ad68), GLOB(0x7f936216fa78)) called at > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0/perl5db.pl line 6861 > DB::setterm() called at /usr/local/Cellar/perl/5.24.0_ > 1/lib/perl5/5.24.0/perl5db.pl line 1845 > DB::_DB__read_next_cmd(undef) called at > /usr/local/Cellar/perl/5.24.0_ > 1/lib/perl5/5.24.0/perl5db.pl line 2779 > DB::DB called at -e line 1 > Cannot do `initialize' in Term::ReadLine::Gnu at > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0/perl5db.pl line 6861. > END failed--call queue aborted. > at -e line 0. > > > > ############ > > *perl -V* > ######### > > Summary of my perl5 (revision 5 version 24 subversion 0) > configuration: > > Platform: > osname=darwin, osvers=14.5.0, archname=darwin-thread-multi-2level > uname='darwin yosemitevm.local 14.5.0 darwin kernel version 14.5.0: > thu > apr 21 20:40:54 pdt 2016; root:xnu-2782.50.3~1release_x86_64 x86_64 ' > config_args='-des -Dprefix=/usr/local/Cellar/perl/5.24.0_1 > -Dprivlib=/usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0 > -Dsitelib=/usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0 > -Dotherlibdirs=/usr/local/lib/perl5/site_perl/5.24.0 > -Dperlpath=/usr/local/opt/perl/bin/perl > -Dstartperl=#!/usr/local/opt/perl/bin/perl > -Dman1dir=/usr/local/Cellar/perl/5.24.0_1/share/man/man1 > -Dman3dir=/usr/local/Cellar/perl/5.24.0_1/share/man/man3 -Duseshrplib > -Duselargefiles -Dusethreads' > hint=recommended, useposix=true, d_sigaction=define > useithreads=define, usemultiplicity=define > use64bitint=define, use64bitall=define, uselongdouble=undef > usemymalloc=n, bincompat5005=undef > Compiler: > cc='cc', ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version- > min=10.10 > -fno-strict-aliasing -pipe -fstack-protector-strong > -I/usr/local/include > -DPERL_USE_SAFE_PUTENV', > optimize='-O3', > cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.10 > -fno-strict-aliasing -pipe -fstack-protector-strong > -I/usr/local/include' > ccversion='', gccversion='4.2.1 Compatible Apple LLVM 7.0.2 > (clang-700.1.81)', gccosandvers='' > intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, > doublekind=3 > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, > longdblkind=3 > ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', > lseeksize=8 > alignbytes=8, prototype=define > Linker and Libraries: > ld='cc', ldflags =' -mmacosx-version-min=10.10 -fstack-protector- > strong > -L/usr/local/lib' > libpth=/usr/local/lib /usr/include/libxml2 /Applications/Xcode.app/ > Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/lib > /Applications/Xcode.app/Contents/Developer/Toolchains/ > XcodeDefault.xctoolchain/usr/lib /Applications/Xcode.app/ > Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib > /usr/lib > libs=-lpthread -ldbm -ldl -lm -lutil -lc > perllibs=-lpthread -ldl -lm -lutil -lc > libc=, so=dylib, useshrplib=true, libperl=libperl.dylib > gnulibc_version='' > Dynamic Linking: > dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' > cccdlflags=' ', lddlflags=' -mmacosx-version-min=10.10 -bundle > -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong' > > > Characteristics of this binary (from libperl): > Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS > PERL_COPY_ON_WRITE PERL_DONT_CREATE_GVSV > PERL_HASH_FUNC_ONE_AT_A_TIME_HARD > PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP > PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV > USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS > USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE > USE_LOCALE_CTYPE USE_LOCALE_NUMERIC > USE_LOCALE_TIME > USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API > Built under darwin > Compiled at Jun 4 2016 11:01:07 > @INC: > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0/ > darwin-thread-multi-2level > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0 > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0/darwin- > thread-multi-2level > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0 > /usr/local/lib/perl5/site_perl/5.24.0 > > > ######### > > > > *echo $TERM* > xterm-256color > > ######### > > > > *ZSH shell* > ###########
Subject: Re: [rt.cpan.org #118307] Fwd: Errors in the ReadLine package
Date: Sun, 9 Oct 2016 21:15:03 +0530
To: bug-Term-ReadLine-Gnu [...] rt.cpan.org
From: Abhinav Sharma <abhi18av [...] gmail.com>
Hello, Hiroo Hayashi Well, I've managed to solve the issue. Actually it was more related to the GNU deadline than to your package. Some other package just altered the oath variables and thus Perl REPL stopped working. So I just wiped off the current work and reinstalled the entire setup and thankfully, now it's working fine again:) Thank you for your time, Abhinav On Oct 9, 2016 1:55 PM, "Hiroo_HAYASHI via RT" < bug-Term-ReadLine-Gnu@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=118307 > > > Hi, > > It seems that Term::Gnu::ReadLine package is broken by seeing "Perl -V" > results. > > Please the following information to me. > > --------------- > When you report a bug, please provide the following information; > > - output of > perl -V # done > perl Makefile.PL verbose > make test TEST_VERBOSE=1 > perl -Mblib t/00checkver.t > echo $TERM # done > - terminal emulator which you are using > --------------- > > Or report to the package maintainer. It seems that you are using the > Homebrew. > > Regards, > > On Sun, 9 Oct 2016 05:25:31 GMT, abhi18av@gmail.com wrote:
> > ---------- Forwarded message ---------- > > From: Abhinav Sharma <abhi18av@gmail.com> > > Date: Sun, Oct 9, 2016 at 10:54 AM > > Subject: Errors in the ReadLine package > > To: hiroo.hayashi@computer.org > > > > > > Hello Hiroo Hayashi :) > > > > This is Abhinav from India and I've, sadly, run into an error using > > your > > package. > > > > I installed Perl and Task::Tensho > > , your package is an important part of it. > > > > But recently, I've started to run into an error in any interactive > > command > > I use. Could you please have a look at it? I really like Perl and I > > need to > > have the interactive commands working. > > > > *I use macOS Yosemite * > > > > The error log is the following > > > > *perl -de 42 * > > ############ > > > > Loading DB routines from perl5db.pl version 1.49_04 > > Editor support available. > > > > Enter h or 'h h' for help, or 'man perldebug' for more help. > > > > main::(-e:1): 42 > > Cannot do `initialize' in Term::ReadLine::Gnu at > > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0/perl5db.pl line 6861. > > at /usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0/ > > darwin-thread-multi-2level/Term/ReadLine/Gnu.pm line 844. > > Term::ReadLine::Gnu::AU::AUTOLOAD(Term::ReadLine=HASH(
> 0x7f9363267290))
> > called at /usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0/ > > darwin-thread-multi-2level/Term/ReadLine/Gnu.pm line 287 > > Term::ReadLine::Gnu::new("Term::ReadLine", "perldb", > > GLOB(0x7f936218ad68), GLOB(0x7f936216fa78)) called at > > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0/perl5db.pl line 6861 > > DB::setterm() called at /usr/local/Cellar/perl/5.24.0_ > > 1/lib/perl5/5.24.0/perl5db.pl line 1845 > > DB::_DB__read_next_cmd(undef) called at > > /usr/local/Cellar/perl/5.24.0_ > > 1/lib/perl5/5.24.0/perl5db.pl line 2779 > > DB::DB called at -e line 1 > > Cannot do `initialize' in Term::ReadLine::Gnu at > > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0/perl5db.pl line 6861. > > END failed--call queue aborted. > > at -e line 0. > > > > > > > > ############ > > > > *perl -V* > > ######### > > > > Summary of my perl5 (revision 5 version 24 subversion 0) > > configuration: > > > > Platform: > > osname=darwin, osvers=14.5.0, archname=darwin-thread-multi-2level > > uname='darwin yosemitevm.local 14.5.0 darwin kernel version 14.5.0: > > thu > > apr 21 20:40:54 pdt 2016; root:xnu-2782.50.3~1release_x86_64 x86_64 ' > > config_args='-des -Dprefix=/usr/local/Cellar/perl/5.24.0_1 > > -Dprivlib=/usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0 > > -Dsitelib=/usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0 > > -Dotherlibdirs=/usr/local/lib/perl5/site_perl/5.24.0 > > -Dperlpath=/usr/local/opt/perl/bin/perl > > -Dstartperl=#!/usr/local/opt/perl/bin/perl > > -Dman1dir=/usr/local/Cellar/perl/5.24.0_1/share/man/man1 > > -Dman3dir=/usr/local/Cellar/perl/5.24.0_1/share/man/man3 -Duseshrplib > > -Duselargefiles -Dusethreads' > > hint=recommended, useposix=true, d_sigaction=define > > useithreads=define, usemultiplicity=define > > use64bitint=define, use64bitall=define, uselongdouble=undef > > usemymalloc=n, bincompat5005=undef > > Compiler: > > cc='cc', ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version- > > min=10.10 > > -fno-strict-aliasing -pipe -fstack-protector-strong > > -I/usr/local/include > > -DPERL_USE_SAFE_PUTENV', > > optimize='-O3', > > cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.10 > > -fno-strict-aliasing -pipe -fstack-protector-strong > > -I/usr/local/include' > > ccversion='', gccversion='4.2.1 Compatible Apple LLVM 7.0.2 > > (clang-700.1.81)', gccosandvers='' > > intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, > > doublekind=3 > > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, > > longdblkind=3 > > ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', > > lseeksize=8 > > alignbytes=8, prototype=define > > Linker and Libraries: > > ld='cc', ldflags =' -mmacosx-version-min=10.10 -fstack-protector- > > strong > > -L/usr/local/lib' > > libpth=/usr/local/lib /usr/include/libxml2 /Applications/Xcode.app/ > > Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/
> bin/../lib/clang/7.0.2/lib
> > /Applications/Xcode.app/Contents/Developer/Toolchains/ > > XcodeDefault.xctoolchain/usr/lib /Applications/Xcode.app/ > > Contents/Developer/Platforms/MacOSX.platform/Developer/
> SDKs/MacOSX10.11.sdk/usr/lib
> > /usr/lib > > libs=-lpthread -ldbm -ldl -lm -lutil -lc > > perllibs=-lpthread -ldl -lm -lutil -lc > > libc=, so=dylib, useshrplib=true, libperl=libperl.dylib > > gnulibc_version='' > > Dynamic Linking: > > dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' > > cccdlflags=' ', lddlflags=' -mmacosx-version-min=10.10 -bundle > > -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong' > > > > > > Characteristics of this binary (from libperl): > > Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS > > PERL_COPY_ON_WRITE PERL_DONT_CREATE_GVSV > > PERL_HASH_FUNC_ONE_AT_A_TIME_HARD > > PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP > > PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV > > USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS > > USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE > > USE_LOCALE_CTYPE USE_LOCALE_NUMERIC > > USE_LOCALE_TIME > > USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API > > Built under darwin > > Compiled at Jun 4 2016 11:01:07 > > @INC: > > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0/ > > darwin-thread-multi-2level > > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/site_perl/5.24.0 > > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0/darwin- > > thread-multi-2level > > /usr/local/Cellar/perl/5.24.0_1/lib/perl5/5.24.0 > > /usr/local/lib/perl5/site_perl/5.24.0 > > > > > > ######### > > > > > > > > *echo $TERM* > > xterm-256color > > > > ######### > > > > > > > > *ZSH shell* > > ###########
> > > >
Hi, I'm glad to hear that you solved your issue. Let me close this ticket. On Sun, 9 Oct 2016 15:45:21 GMT, abhi18av@gmail.com wrote: Show quoted text
> Hello, Hiroo Hayashi > > Well, I've managed to solve the issue. Actually it was more related to the > GNU deadline than to your package. > > Some other package just altered the oath variables and thus Perl REPL > stopped working. So I just wiped off the current work and reinstalled the > entire setup and thankfully, now it's working fine again:) > > Thank you for your time, > Abhinav