Re: How To Build A Perl Package Database

2012-12-31 Thread Leon Timmermans
On Mon, Dec 31, 2012 at 6:50 PM, Jan Dubois wrote: > Mostly I would prohibit sharing of directories between Perl installations, > and even within a single installation, the sharing of directories between > install locations. > > E.g. the default configuration right now has $Config{installbin} and

Re: How To Build A Perl Package Database

2012-12-31 Thread Jan Dubois
On Fri, Dec 28, 2012 at 4:18 PM, Leon Timmermans wrote: > > Anyways, I just wanted to say that without putting some restrictions on > how > > modules (and corresponding scripts) can be installed, creating a package > > manager would seem to get even more complex than ExtUtils::Makemaker... > :) >