Andreas Vinsander wrote: > Hi! > > It seems like perl-5.8.8-r3 introduced a new place > (/usr/lib/vendor_perl) for perl modules, but the perl-cleaner utility > didn't catch that properly. Now all perl modules/utilities (like genlop) > are broken for me. > > What is the easiest way out? Trying to find out which perl modules are > installed and re-install them all?
Something like this: emerge -av1 $(equery --nocolor list -f 'dev-perl/.*' |tail --lines=+2 | sed 's;dev-perl;=dev-perl;g') was what I had in mind. /Andreas -- [EMAIL PROTECTED] mailing list