On Tue, 15 Jul 2014 00:07:16 +1200
Benjamin Fernandis <benjo11...@gmail.com> wrote:

> Hi,
> 
> I got below error while installing Devel::Trace module to trace each
> line of script like sh -x.
[...]
> cpan[1]> install Devel::Trace
[...]
> t/compile.t .. Can't locate Test/More.pm in @INC (@INC contains:
[...]
 
> what could be wrong ?

Hmm - I'd say it looks like you need to install Test::More first - but
corelist says Test::More has been in core since perl 5.6.2 (unless your
distro's packaging installs perl but not the core modules, or
something).

Either way - looks like installing Test::More first should get you
going.



-- 
David Precious ("bigpresh") <dav...@preshweb.co.uk>
http://www.preshweb.co.uk/     www.preshweb.co.uk/twitter
www.preshweb.co.uk/linkedin    www.preshweb.co.uk/facebook
www.preshweb.co.uk/cpan        www.preshweb.co.uk/github



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to