in reply to Re^2: Perl::Critic reports an error
in thread Perl::Critic reports an error

I didn't find this requirement anywhere.

Then I imagine you didn't use the installer or cpan. Also see the distribution's META.yml.

Replies are listed 'Best First'.
Re^4: Perl::Critic reports an error
by elTriberium (Friar) on Dec 14, 2009 at 20:50 UTC

    I used CPAN. But as I mentioned I had to force the installation of the newest Perl::Critic version with:

    force install E/EL/ELLIOTJS/Perl-Critic-1.105.tar.gz

    It probably wasn't a good idea to do it this way and I should have tried to resolve the problems I have with CPAN first.

    Edit: OK, thanks again for you help. I reinstalled PPI and now Perl::Critic works correctly.