Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: simpler way to silence modules that ask install-time questions

by djp (Hermit)
on Feb 19, 2009 at 23:42 UTC ( [id://745229]=note: print w/replies, xml ) Need Help??


in reply to simpler way to silence modules that ask install-time questions

Here's a few things you can try:
PERL_MM_USE_DEFAULT=1; export PERL_MM_USE_DEFAULT AUTOMATED_TESTING=1; export AUTOMATED_TESTING perl Makefile.PL < /dev/null make < /dev/null make test < /dev/null make install < /dev/null
or similar, 'man CPAN' for details. I don't recall where I got AUTOMATED_TESTING from.
(Later) See http://wiki.cpantesters.org/wiki/CPANAuthorNotes for AUTOMATED_TESTING.
  • Comment on Re: simpler way to silence modules that ask install-time questions
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-25 13:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found