Re: static code analysis for Perl5 code?

2024-02-15 Thread Joe Schaefer
In short, you should just be running Perl with the -T flag. Perl::Critic is just a very opinionated linter. Joe Schaefer, Ph.D +1 (954) 253-3732 SunStar Systems, Inc. Orion - The Enterprise Jamstack Wiki From: Joseph He Sent: Thursday, February 15, 2024 10:43:

static code analysis for Perl5 code?

2024-02-15 Thread Joseph He
All, good day. Our company wants to use some tool to do a static analysis on our Perl5 code like what they can do for Java, etc. I know Perl::Critic can scan the code for the 'best practice'. Other than this, anybody knows that there is another tool supposedly to help find the security loopholes,