[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

Change PREFIX to INSTALL_BASE in perlfaq8 and perlmodinstall



A post on Stackoverflow [1] made me notice that perlfaq8 and perlmodinstall
were still recommending "perl Makefile.PL PREFIX=/foo LIB=/foo/lib" rather
than "perl Makefile.PL INSTALL_BASE=/foo" which is predictable and also
installs modules into the same place as "perl Build.PL --install_base=/foo"

The attached patch purges all references to PREFIX from pod/.  The patch is
against perlmaint, I recommend its inclusion in 5.8.9 to promote simpler
module installs.


[1]
http://stackoverflow.com/questions/251705/how-can-i-use-a-new-perl-module-without-install-permissions

-- 
"I went to college, which is a lot like being in the Army, except when
 stupid people yell at me for stupid things, I can hit them."
    -- Jonathan Schwarz


Follow-Ups from:
Michael G Schwern <schwern@pobox.com>
Graham Barr <gbarr@pobox.com>

[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]