http://qs321.pair.com?node_id=11126289


in reply to CPAN uninstall

Besides the advice to use cpanm I suggest using perlbrew and its lib function to manage your Perl dependencies. E.g. install Perl 5.32 using perlbrew, then DO NOT INSTALL ANY MODULES. Create a perlbrew lib, e.g. perl-5.32.0@my-project, and install your dependencies into that library. In the future you can create new libs and start over, trash your existing libs with perlbrew lib delete, etc., all without reinstalling Perl.

Hope this helps!


The way forward always starts with a minimal test.