[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

installsitearch & installsitelib in perl-modules



Hi,

The modules I download from CPAN are being installed under
/usr/local/{lib,share}/perl/5.6.1

Is it really necessary to keep the full version number, and have
multiple 5.6.x directories (which need also be present in @INC)?

Wouldn't /usr/local/{lib,share}/perl/5.6 do?

I recall that v5.6 isn't binary compatible with earlier v5 versions. I
guess it could happen again with future 5.x versions, leaving
/usr/local/{lib,share}/perl5 out of the question...

Maybe I'm missing something ;-)

Regards,

--
Adriano


$ perl '-V:install.*'
installarchlib='/usr/lib/perl/5.6.1'
installprivlib='/usr/share/perl/5.6.1'
installbin='/usr/bin'
installman1dir='/usr/share/man/man1'
installman3dir='/usr/share/man/man3'
installprefix='/usr'
installprefixexp='/usr'
installscript='/usr/bin'
installsitearch='/usr/local/lib/perl/5.6.1'
installsitebin='/usr/local/bin'
installsitelib='/usr/local/share/perl/5.6.1'
installstyle='lib/perl5'
installusrbinperl=úndef'
installvendorarch='/usr/lib/perl5'
installvendorbin='/usr/bin'
installvendorlib='/usr/share/perl5'



Reply to: