Subject: | cpan Can't locate DBIx/Simple.pm after configuration |
Date: | Sun, 1 Jul 2012 22:44:11 -0500 |
To: | bug-cpanplus [...] rt.cpan.org |
From: | Rodolfo Aramayo <raramayo [...] gmail.com> |
On a MacOSX10.6 running Perl5.14
After configuring my cpanp installation I call cpanp and get the following:
Please note that I am running Perl under MacPorts
Thanks
#############################################
33# cpanp
Use of qw(...) as parentheses is deprecated at
/opt/local/lib/perl5/vendor_perl/5.14.2/ExtUtils/MM_Any.pm line 987.
Can't locate DBIx/Simple.pm in @INC (@INC contains:
/opt/local/lib/perl5/site_perl/5.14.2/darwin-thread-multi-2level
/opt/local/lib/perl5/site_perl/5.14.2
/opt/local/lib/perl5/vendor_perl/5.14.2/darwin-thread-multi-2level
/opt/local/lib/perl5/vendor_perl/5.14.2
/opt/local/lib/perl5/5.14.2/darwin-thread-multi-2level
/opt/local/lib/perl5/5.14.2 /opt/local/lib/perl5/site_perl
/opt/local/lib/perl5/vendor_perl .) at
/opt/local/lib/perl5/5.14.2/CPANPLUS/Internals/Source/SQLite.pm line
13.
BEGIN failed--compilation aborted at
/opt/local/lib/perl5/5.14.2/CPANPLUS/Internals/Source/SQLite.pm line
13.
Compilation failed in require at
/opt/local/lib/perl5/vendor_perl/5.14.2/Module/Load.pm line 27.
Can't locate CPANPLUS/Internals/Source/SQLite in @INC (@INC contains:
/opt/local/lib/perl5/site_perl/5.14.2/darwin-thread-multi-2level
/opt/local/lib/perl5/site_perl/5.14.2
/opt/local/lib/perl5/vendor_perl/5.14.2/darwin-thread-multi-2level
/opt/local/lib/perl5/vendor_perl/5.14.2
/opt/local/lib/perl5/5.14.2/darwin-thread-multi-2level
/opt/local/lib/perl5/5.14.2 /opt/local/lib/perl5/site_perl
/opt/local/lib/perl5/vendor_perl .) at
/opt/local/lib/perl5/vendor_perl/5.14.2/Module/Load.pm line 27.
[THIS MAY BE A PROBLEM!] at
/opt/local/lib/perl5/5.14.2/CPANPLUS/Internals.pm line 205.
[ERROR] Could not load source engine 'CPANPLUS::Internals::Source::SQLite'
[MSG] Falling back to CPANPLUS::Internals::Source::Memory
CPANPLUS::Shell::Default -- CPAN exploration and module installation (v0.9103)
*** Please report bugs to <bug-cpanplus@rt.cpan.org>.
*** Using CPANPLUS::Backend v0.9103. ReadLine support enabled.
*** Type 'p' now to show start up log
Did you know...
You can add custom sources to your index. See '/cs --help' for details
CPAN Terminal>
#############################################
Ideas?
Thanks
--R