arcnon has asked for the wisdom of the Perl Monks concerning the following question:
warn them to set the path?
try and set it myself like: `set path=($path /usr/local/bin)`; or `PATH=${PATH}:/usr/local/bin`;
Is their a standard for this type of thing when writing a module?
edit: sorry that I wasn't specific enough... On OSX when you install allegro the path to the conf file is at /usr/local/bin/allegro-config
When you try and install the perl allegro pm it can't find this file because it isn't in the path. I thought I might write a patch for it. That why I am interested in what is the best practice for this type of thing. So makefile.pl can suck the info it needs and I do it the right way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Setting the path when a module installs
by l3v3l (Monk) on Jan 04, 2006 at 23:43 UTC | |
|
Re: Setting the path when a module installs
by sh1tn (Priest) on Jan 04, 2006 at 23:43 UTC | |
|
Re: Setting the path when a module installs
by Corion (Patriarch) on Jan 05, 2006 at 07:29 UTC |