On 14/02/2015 13:13, Alexander Kapshuk wrote:
> 'perl-cleaner --all' generated the following output.
> 
>  * Finding left over modules and header
> 
>  * The following files remain. These were either installed by hand
>  * or edited. This script cannot deal with them.
> 
> /usr/lib/perl5/vendor_perl/5.16.3/XML/SAX/ParserDetails.ini
> /usr/lib/perl5/vendor_perl/5.18.2/XML/SAX/ParserDetails.ini
> /usr/lib/perl5/5.12.4/i686-linux/Encode/ConfigLocal.pm
> 
> What's the recommended way to go about this?


That happens when something other than portage created of changed the
listed files.

Installing stuff from CPAN will do it, I get it a lot with -emul
packages. Anything that even touches the files will trigger that warning.

To fully deal with them:

1. Check you have neither perl-5.16.3 or perl-5.18.2 installed. If so,
those 3 artifacts will never be used by anything
2. Check that you have xml-sax and encode installed for your latest
installed perl.
3. Delete the stuff perl-cleaner is moaning about




#2 is the important one


-- 
Alan McKinnon
alan.mckin...@gmail.com


Reply via email to