On Saturday, April 6, 2002, at 10:56 , Robert Brandtjen wrote:
> I'm using RH 7.2 - but ever since up2date installed perl 5.6.1, my > perllocal.pod dose not see all of the installed perl modules in /usr/lib/ > perl5/5.6.1 and instead only sees the ones I installed for Interchange. > > when I run ExtUtils::Installed, it only sees them as well - surely there > must be a way to have perl go through and update this. I bet you ran into the same thing I just noticed - namely that your version of perl when you run perl -V, does not happen to have any reference to /usr/lib/perl5/5.6.0 at all, which is where your previously installed packages are.... plan A: rebuild perl to be 5.6.0 aware plan B: PERLLIB=/usr/lib/perl5/5.6.0:/usr/lib/perl5/site_perl/5.6.0 export PERLLIB ciao drieux --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]