ShermW0829 has asked for the wisdom of the Perl Monks concerning the following question:

I reinstalled lubuntu and then I tried to install Perl::Critic again. There were errors since I didn't have the buile-essentials installed. Perl::Critic completed its install anyway and now I get build error messages when I do perlcritic --help. I assume I need to remove Perl::Critic and reinstall it but I can't find a cpan remove or something like it. Where do I go now?

Thank you; Sherman

Replies are listed 'Best First'.
Re: New Perl::Critic install is corrupted
by McA (Priest) on Mar 16, 2013 at 17:16 UTC

    What's about reinstall?

    cpanm --force Perl::Critic

    McA

      Thank you. perlcritic is fixed now.

      Sherman