pacman this morning reported the following:
WARNING: '/usr/lib/perl5/5.28' contains data from at least 4 packages which will NOT be used by the installed perl interpreter. -> Run the following command to get a list of affected packages: pacman -Qqo '/usr/lib/perl5/5.28'
That command lists a few directories. I managed to find out which modules these are using cpan -l, but cpanm refuses to uninstall any of them. For example:
! Test::CleanNamespaces is not found in the following directories and can't be uninstalled.
/usr/lib/perl5/5.30/site_perl /usr/share/perl5/site_perl
How do I remove these packages?