Re: [OT] Perl question



* muppet <scott asofyet org> [2006-06-29 14:25]:
You can avoid the whole issue by using a sandbox, or nonstandard  
library location.

    perl Makefile.PL PREFIX=/some/place
    export PERL5LIB=/some/place/lib/perl5/site_perl

Note that using Module::Build and its `install_base` option
rather than ExtUtils::MakeMaker and its `PREFIX` makes this
easier, since M::B doesnât install into a funny directory tree
below in the given location, but rather directly to the target
location.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]