Skip Menu |

This queue is for tickets about the Devel-REPL CPAN distribution.

Report information
The Basics
Id: 83677
Status: resolved
Priority: 0/
Queue: Devel-REPL

People
Owner: ether [...] cpan.org
Requestors: chen.yack [...] gmail.com
Cc:
AdminCc:

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



Subject: install ok but run exception in 5.14 version on ubuntu linux 12.10 32bit
# uname -a Linux chinaxing-ThinkPad-X201 3.5.0-25-generic #39-Ubuntu SMP Mon Feb 25 19:02:34 UTC 2013 i686 i686 i686 GNU/Linux # cat /etc/issue Ubuntu 12.10 \n \l # perl --version This is perl 5, version 14, subversion 2 (v5.14.2) built for i686-linux- gnu-thread-multi-64int (with 64 registered patches, see perl -V for more detail) Copyright 1987-2011, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. # ====================the error ===================== # re.pl Failed to load role: Devel::REPL::Plugin::CompletionDriver::INC Can't locate File/Next.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /usr/local/share/perl/5.14.2/Devel/REPL/Plugin/CompletionDriver/INC.pm line 3. BEGIN failed--compilation aborted at /usr/local/share/perl/5.14.2/Devel/REPL/Plugin/CompletionDriver/INC.pm line 3. Compilation failed in require at /usr/local/share/perl/5.14.2/Devel/REPL/Script.pm line 40. at /usr/local/share/perl/5.14.2/MooseX/Object/Pluggable.pm line 235. MooseX::Object::Pluggable::_load_and_apply_role('Moose::Meta::Cl ass::__ANON__::SERIAL::6=HASH(0x903a9fc)', 'Devel::REPL::Plugin::CompletionDriver::INC') called at /usr/local/share/perl/5.14.2/MooseX/Object/Pluggable.pm line 170 MooseX::Object::Pluggable::load_plugins('Moose::Meta::Class::__A NON__::SERIAL::6=HASH(0x903a9fc)', 'CompletionDriver::INC') called at /usr/local/share/perl/5.14.2/MooseX/Object/Pluggable.pm line 181 MooseX::Object::Pluggable::load_plugin('Moose::Meta::Class::__AN ON__::SERIAL::6=HASH(0x903a9fc)', 'CompletionDriver::INC') called at /usr/local/share/perl/5.14.2/Devel/REPL/Profile/Default.pm line 26 Devel::REPL::Profile::Default::apply_profile('Devel::REPL::Profi le::Default=HASH(0x9037d10)', 'Moose::Meta::Class::__ANON__::SERIAL::6=HASH(0x903a9fc)') called at /usr/local/share/perl/5.14.2/Devel/REPL/Script.pm line 40 Devel::REPL::Script::load_profile('Devel::REPL::Script=HASH(0x90 3829c)', 'Default') called at /usr/local/share/perl/5.14.2/Devel/REPL/Script.pm line 30 Devel::REPL::Script::BUILD('Devel::REPL::Script=HASH(0x903829c)' , 'HASH(0x8d1b36c)') called at /usr/local/lib/perl/5.14.2/Class/MOP/Method.pm line 125 Class::MOP::Method::execute('Moose::Meta::Method=HASH(0x8d22650) ', 'Devel::REPL::Script=HASH(0x903829c)', 'HASH(0x8d1b36c)') called at /usr/local/lib/perl/5.14.2/Moose/Object.pm line 59 Moose::Object::BUILDALL('Devel::REPL::Script=HASH(0x903829c)', 'HASH(0x8d1b36c)') called at /usr/local/lib/perl/5.14.2/Moose/Meta/Class.pm line 278 Moose::Meta::Class::new_object('Moose::Meta::Class=HASH(0x8c4c8b c)', 'HASH(0x8d1b36c)') called at /usr/local/lib/perl/5.14.2/Moose/Object.pm line 28 Moose::Object::new('Devel::REPL::Script', 'ARGV', 'ARRAY(0x9012914)', 'extra_argv', 'ARRAY(0x8d2531c)', 'usage', 'Getopt::Long::Descriptive::Usage=HASH(0x8f8a758)') called at /usr/local/share/perl/5.14.2/MooseX/Getopt/Basic.pm line 112 MooseX::Getopt::Basic::new_with_options('Devel::REPL::Script') called at /usr/local/share/perl/5.14.2/Devel/REPL/Script.pm line 88 Devel::REPL::Script::import('Devel::REPL::Script', 'run') called at /usr/local/bin/re.pl line 3 main::BEGIN() called at /usr/local/bin/re.pl line 3 eval {...} called at /usr/local/bin/re.pl line 3 BEGIN failed--compilation aborted at /usr/local/bin/re.pl line 3.
Subject: Re: [rt.cpan.org #83677] install ok but run exception in 5.14 version on ubuntu linux 12.10 32bit
Date: Thu, 28 Feb 2013 15:05:55 -0800
To: chinaxing via RT <bug-Devel-REPL [...] rt.cpan.org>
From: Karen Etheridge <ether [...] cpan.org>
On Wed, Feb 27, 2013 at 09:00:23PM -0500, chinaxing via RT wrote: Show quoted text
> # re.pl > Failed to load role: Devel::REPL::Plugin::CompletionDriver::INC Can't > locate File/Next.pm in @INC (@INC contains: /etc/perl ...
It looks like you don't have File::Next installed. How did you install Devel::REPL? If you did so using a non-interactive process, you may not have picked up the 'feature' dependencies, which generally are done via prompts asking if you want certain features.
Subject: Re: [rt.cpan.org #83677] install ok but run exception in 5.14 version on ubuntu linux 12.10 32bit
Date: Thu, 28 Feb 2013 17:08:37 -0600
To: Karen Etheridge via RT <bug-Devel-REPL [...] rt.cpan.org>
From: Jesse Luehrs <doy [...] tozt.net>
On Thu, Feb 28, 2013 at 06:06:09PM -0500, Karen Etheridge via RT wrote: Show quoted text
> Queue: Devel-REPL > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=83677 > > > On Wed, Feb 27, 2013 at 09:00:23PM -0500, chinaxing via RT wrote:
> > # re.pl > > Failed to load role: Devel::REPL::Plugin::CompletionDriver::INC Can't > > locate File/Next.pm in @INC (@INC contains: /etc/perl ...
> > It looks like you don't have File::Next installed. How did you install > Devel::REPL? If you did so using a non-interactive process, you may not > have picked up the 'feature' dependencies, which generally are done via > prompts asking if you want certain features.
This is a duplicate of [rt.cpan.org #83669], and is a bug - feature dependencies shouldn't be required for default functionality. -doy
Subject: Re: [rt.cpan.org #83677] install ok but run exception in 5.14 version on ubuntu linux 12.10 32bit
Date: Fri, 1 Mar 2013 12:16:40 +0800
To: "bug-Devel-REPL [...] rt.cpan.org" <bug-Devel-REPL [...] rt.cpan.org>
From: 陈云星 <chen.yack [...] gmail.com>
I use cpanm install it 在 2013年3月1日星期五,Karen Etheridge via RT 写道: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=83677 > > > On Wed, Feb 27, 2013 at 09:00:23PM -0500, chinaxing via RT wrote:
> > # re.pl > > Failed to load role: Devel::REPL::Plugin::CompletionDriver::INC Can't > > locate File/Next.pm in @INC (@INC contains: /etc/perl ...
> > It looks like you don't have File::Next installed. How did you install > Devel::REPL? If you did so using a non-interactive process, you may not > have picked up the 'feature' dependencies, which generally are done via > prompts asking if you want certain features. > > > >
-- ---------------------------------------------- Best Regards ! 陈云星 Tel : 1866122992
Subject: Re: [rt.cpan.org #83677] install ok but run exception in 5.14 version on ubuntu linux 12.10 32bit
Date: Fri, 1 Mar 2013 18:25:22 +0800
To: "bug-Devel-REPL [...] rt.cpan.org" <bug-Devel-REPL [...] rt.cpan.org>
From: 陈云星 <chen.yack [...] gmail.com>
I use cpanm install it 在 2013年3月1日星期五,Karen Etheridge via RT 写道: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=83677 > > > On Wed, Feb 27, 2013 at 09:00:23PM -0500, chinaxing via RT wrote:
> > # re.pl > > Failed to load role: Devel::REPL::Plugin::CompletionDriver::INC Can't > > locate File/Next.pm in @INC (@INC contains: /etc/perl ...
> > It looks like you don't have File::Next installed. How did you install > Devel::REPL? If you did so using a non-interactive process, you may not > have picked up the 'feature' dependencies, which generally are done via > prompts asking if you want certain features. > > > >
-- ---------------------------------------------- Best Regards ! 陈云星 Tel : 1866122992
Fixed in 1.003015.