Hi;
I am trying to setup up a basic environment for perl development.
I am on MacOS catalina (Intel X64).
I installed perlcritic with the ActiveState-PerlCritic
. It went fine.
But running perlcritics (in terminal and atom) produces the error below:
perlcritic
Installing 1/1
Can't locate Pod/PlainText.pm in @INC (you may need to install the Pod::PlainText module) (@INC contains: /Users/admin/Library/Caches/activestate/b8177da0/lib/perl5/site_perl/5.34.0/darwin-2level /Users/admin/Library/Caches/activestate/b8177da0/lib/perl5/site_perl/5.34.0 /Users/admin/Library/Caches/activestate/b8177da0/lib/perl5/5.34.0/darwin-2level /Users/admin/Library/Caches/activestate/b8177da0/lib/perl5/5.34.0) at /Users/admin/Library/Caches/activestate/b8177da0/lib/perl5/site_perl/5.34.0/Perl/Critic/Violation.pm line 12.
BEGIN failed--compilation aborted at /Users/admin/Library/Caches/activestate/b8177da0/lib/perl5/site_perl/5.34.0/Perl/Critic/Violation.pm line 12.
Compilation failed in require at /Users/admin/Library/Caches/activestate/b8177da0/lib/perl5/site_perl/5.34.0/Perl/Critic/Command.pm line 20.
BEGIN failed--compilation aborted at /Users/admin/Library/Caches/activestate/b8177da0/lib/perl5/site_perl/5.34.0/Perl/Critic/Command.pm line 20.
Compilation failed in require at /Users/admin/Library/Caches/activestate/b8177da0/site/bin/perlcritic line 9.
BEGIN failed--compilation aborted at /Users/admin/Library/Caches/activestate/b8177da0/site/bin/perlcritic line 9.
I have no clue to solve this issue.
I also installed state install Pod-Parser
but it didn’t solve the problem.
Thanks