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.