Re: How To Build A Perl Package Database

Leon Timmermans <[email protected]> Thu, 20 Dec 2012 11:42:06 +0100
Newsgroups gmane.comp.lang.perl.modules.module-build,gmane.comp.lang.perl.modules.extutils-makemaker.devel
Message-ID <CAHhgV8hYVreZDSsBPNv3R09u-Q8phJ9edW7HOFEQzsnfS0wyRQ@mail.gmail.com>
On Mon, Dec 17, 2012 at 9:36 AM, Tim Bunce <[email protected]> wrote:
> A separate install database for each install location seems like the only
> workable approach.

One minor complication of that is the strictest sense an "install
location" isn't all that well defined. Or perhaps I should say every
dist has 8 install locations with unspecified relationship on the
filesystem (lib, arch, bin, script, libdoc, bindoc, libhtml, binhtml).
In practice you may want to use lib *and* arch (they are never used
simultaneously, but stuff in lib may be shared over different perl
installations, contrary to arch which should be for one specific
install).

Leon