That did it, i'm still a bit confused as to the level and where/why modules end up in either
~perl_mods/lib/site_perl/ or
~perl_mods/lib/site_perl/5.8.4/sun4-solaris-64int or
~perl_mods/lib/sun4-solaris-64int
How is it determine WHERE a module lives?
Comment on Re^2: Error during manual local module install
It really doesn't matter.
If you use PREFIX=~perlmods
, then you have PERL5LIB=~perlmods
you might have to expand the ~ yourself, but that is all you have to do. Perl takes care of the rest.