I just did a 

  % perl -MCPAN -e shell
  cpan> install Bundle::CPAN

My config is to install in ~/lib/perl5. So now I have:

  lib/perl5/i386-linux-thread-multi/auto/Cwd/Cwd.so
  lib/perl5/i386-linux-thread-multi/auto/Digest/SHA/SHA.so
  ... etc ...

I share my home between different Fedora systems, some running 5.8.8,
others running 5.10.0. Since 5.8 is not binary compatible with 5.10
the .so files should be placed in

  lib/perl5/5.8.8/i386-linux-thread-multi/auto/Cwd/Cwd.so
  lib/perl5/5.8.8/i386-linux-thread-multi/auto/Digest/SHA/SHA.so

Or am I overlooking something?

-- Johan

Reply via email to