Bug 8051 - Makefile.PL needs a quiet mode
Summary: Makefile.PL needs a quiet mode
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (command-line installer) (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-05 19:59 UTC by Jared Camins-Esakov
Modified: 2014-12-07 20:03 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Camins-Esakov 2012-05-05 19:59:32 UTC
There is no quiet mode for Makefile.PL, which means that one cannot conveniently install Koha entirely by script.
Comment 1 Jared Camins-Esakov 2012-06-07 12:24:09 UTC
Yes there is: export PERL_MM_USE_DEFAULT=1