in reply to Re^3: How start an application on Linux
in thread How start an application on Linux
Forcing your code to install in particular directories is a Very Bad Idea Indeed.
Do *not* see the "filesystem hierarchy standard". It is Linux-specific, but in any case it is unnecessary. Just rely on perl (via Module::Build or ExtUtils::MakeMaker) to know where to install it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How start an application on Linux
by karlgoethebier (Abbot) on Jan 21, 2014 at 12:15 UTC | |
by DrHyde (Prior) on Jan 22, 2014 at 11:56 UTC |