Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Programmatically installing modules

by Khen1950fx (Canon)
on Dec 23, 2013 at 16:13 UTC ( [id://1068212]=note: print w/replies, xml ) Need Help??


in reply to Programmatically installing modules

Here's what I use for my automated smokers:
#!/usr/bin/perl BEGIN { $ENV{'AUTOMATED_TESTING'} = 1; $ENV{'NONINTERACTIVE_TESTING'} = 1; $ENV{'PERL_MM_USE_DEFAULT'} = 1; $ENV{'PERL_MM_NONINTERACTIVE'} = 1; $ENV{'BAIL_ON_FAIL'} = 1; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1068212]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-29 14:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found