Re: [OT] Perl question
- From: "A. Pagaltzis" <pagaltzis gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: [OT] Perl question
- Date: Thu, 29 Jun 2006 19:27:36 +0200
* 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]