Gary;

On Mon, Feb 16, 2015 at 8:45 AM, Gary Stainburn
<gary.stainb...@ringways.co.uk> wrote:
> I'm still looking to get WWW::Mechanize::Firefox installed. It
> looks like I've got a more pressing issue. Even simple module
> installs aren't working properly. I'm working through the
> dependancy list and looking at Test::Tester and
> Test::NoWarnings.
>
> Installing Test::Tester worked fine, but when I try to install
> Test::NoWarning it fails saying that Test::Tester is missing:
>
> cpan[2]> install Test::NoWarnings
*snip*

The cpan(1) client is rather low-level. It's a real pain to use.
I highly recommend you use a more advanced tool that requires a
lot less configuration and user interaction. Personally I use
cpanm(1) (App::cpanminus). It handles fetching, building, and
testing all dependencies without any prompts and hides all of the
ugly output from you by default.

If the build fails, you will still need to sort through the build
output, which will be logged to a file, but if everything works
fine then it saves you a lot of trouble.

If you're using the system perl then you can probably install
cpanm using your distribution package software. I use perlbrew to
install both up-to-date perl and cpanm.

Regards,


-- 
Brandon McCaig <bamcc...@gmail.com> <bamcc...@castopulence.org>
Castopulence Software <https://www.castopulence.org/>
Blog <http://www.bambams.ca/>
perl -E '$_=q{V zrna gur orfg jvgu jung V fnl. }.
q{Vg qbrfa'\''g nyjnlf fbhaq gung jnl.};
tr/A-Ma-mN-Zn-z/N-Zn-zA-Ma-m/;say'

-- 
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