On Thu, Apr 04, 2002 at 08:05:13AM -0500, Marc Prewitt wrote:
> Does this change how INSTALLDIRS works or can it now be set to
> perl/site/vendor? Or, since PREFIX will now cause things to install where
> I want them to be, can I ignore INSTALLDIRS now?
Short answer: Yes, for most module installations you should just be
able to ignore INSTALLDIRS and PREFIX will DWYM. No more voodoo.
perl Makefile.PL PREFIX=some/where/
Long answer: It won't change how INSTALLDIRS "works" [1], it will work
in the same way it was always intended to. Difference is now it will
not be horribly broken. :)
[1] Except for the addition of "vendor".
--
Michael G. Schwern <[EMAIL PROTECTED]> http://www.pobox.com/~schwern/
Perl Quality Assurance <[EMAIL PROTECTED]> Kwalitee Is Job One
"In my day, we didn't have none of yer new-fangled token-pasting
operators! We stuck the tokens together with our BARE HANDS and we
LIKED IT."
-- Mark-Jason Dominus fondly remembers perl 1.0
in <[EMAIL PROTECTED]>