From: Justin Hopkins Date: Mon, 14 May 2012 19:06:49 +0000 (-0500) Subject: Add tip to README to allow auto accepting of CPAN [yes] prompts X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0848c2de80a9de7ba9703fb79c4ccc0202daa5a6;p=working%2FEvergreen.git Add tip to README to allow auto accepting of CPAN [yes] prompts There has to be a way to include this as an option in the makefile, but this is a quick and dirty way to get it done and doesn't hair pulling trying to work on the makefile ;) Signed-off-by: root --- diff --git a/README b/README index 5888c1cb5e..9e9c4bb22c 100644 --- a/README +++ b/README @@ -111,6 +111,7 @@ add-apt-repository ppa:pitti/postgresql prerequisites using the `Makefile.install` prerequisite installer, substituting `debian-squeeze`, `fedora16`, `ubuntu-lucid`, or `ubuntu-precise` for below: +TIP: You can use `export PERL_MM_USE_DEFAULT=1` to avoid having to confirm the \[yes] prompts for CPAN + [source, bash] ------------------------------------------------------------------------------