On Dec 21, 2007 6:36 AM, Ovid <[EMAIL PROTECTED]> wrote: > At work, we ship our dependencies with our code. As it turns out, > everyone installs these dependencies in slightly different ways because > no one can *quite* figure out how to configure CPAN to handle this for > us. What we would like, and having it work for both EUMM and > Module::Build, is to make our installation look like this: > > $ROOT/lib/ > $ROOT/arch/lib > $ROOT/bin/ > $ROOT/man/man1/ > $ROOT/man/man3/ > > (We've gotten close to the above, but the .packlist files keep getting > shoved in /opt/csw/lib/perl/site_perl/auto/... and CPAN screams at us).
Is this not just --install_base (M::B) or INSTALL_BASE (recent EU::MM)? If the packlist is showing up in the wrong place, it may just be a bug. David