On Sat, 14 Feb 2015 13:13:25 +0200 Alexander Kapshuk <alexander.kaps...@gmail.com> 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? > > Thanks. As I understand this, it is safe to remove and that is what I do when they appear on my system, if you don't have perl 5.16.3, 5.18.2 or 5.12.4 ..., and updated/rebuild all perl modules with perl-cleaner. I also used 'qfile /path/to/file' (from portage-utils) to check if they belong to any installed package. (which is probably not needed, per-cleaner knows about this?)