Re: [PLUG] scripting CPAN module install.

2013-01-13 Thread Eric Wilhelm
# from Russell Johnson on Friday 11 January 2013: > CPAN.pm: Going to build N/NA/NANIS/Crypt-SSLeay-0.64.tar.gz > >The test suite can attempt (y/N)? [N] > >I press [ENTER] and it continues. If you want "it just works" CPAN module installation, cpanminus (http://p3rl.org/cpanm aka `curl -L cpanm

Re: [PLUG] scripting CPAN module install.

2013-01-12 Thread Rich Shepard
On Fri, 11 Jan 2013, Russell Johnson wrote: > That's just it. The tests don't fail. It won't run the (offline) tests, or > any tests for that matter, unless I press the enter key. Pressing the > enter key allows it to run the tests, in offline mode, which pass, and the > module installs as expecte

Re: [PLUG] scripting CPAN module install.

2013-01-11 Thread Russell Johnson
On Jan 11, 2013, at 3:16 PM, Ronald Chmara wrote: > perl -MCPAN -e 'force install REST::Client' may still fail the tests, but > install alternately: > http://www.gossamer-threads.com/lists/catalyst/users/17439?do=post_view_threaded > > might help? > > -Stabbingawayinthedarktoobop That's j

Re: [PLUG] scripting CPAN module install.

2013-01-11 Thread Ronald Chmara
perl -MCPAN -e 'force install REST::Client' may still fail the tests, but install alternately: http://www.gossamer-threads.com/lists/catalyst/users/17439?do=post_view_threaded might help? -Stabbingawayinthedarktoobop On Fri, Jan 11, 2013 at 2:47 PM, Russell Johnson wrote: > > On Jan 11, 2

Re: [PLUG] scripting CPAN module install.

2013-01-11 Thread Russell Senior
> "RJ" == Russell Johnson writes: RSS> What is the command in your script that leads to that question? RJ> It puts in place a customized Config.pm for CPAN, and then: RJ> perl -MCPAN -e 'install REST::Client' Maybe you could install the specific dependency causing the problem first, and pe

Re: [PLUG] scripting CPAN module install.

2013-01-11 Thread Russell Johnson
On Jan 11, 2013, at 2:28 PM, Russell Senior wrote: > What is the command in your script that leads to that question? It puts in place a customized Config.pm for CPAN, and then: perl -MCPAN -e 'install REST::Client' Russell Johnson r...@dimstar.net __

Re: [PLUG] scripting CPAN module install.

2013-01-11 Thread Russell Senior
> "RSS" == Russell Johnson writes: RSS> I am writing a script that auto-installs a bunch of things that I RSS> need on several system. The point here is I run the script, and RSS> when I come back, everything is installed. Everything is working, RSS> except installing a single CPAN module. It

[PLUG] scripting CPAN module install.

2013-01-11 Thread Russell Johnson
I am writing a script that auto-installs a bunch of things that I need on several system. The point here is I run the script, and when I come back, everything is installed. Everything is working, except installing a single CPAN module. It's Crypt::SSLeay, which is actually a dependency of the RE