in reply to Re: No warning when assiging to a variable
in thread No warning when assiging to a variable

Perl Critic, I suppose, is supposed to be the perl lint. It says, on brutal mode:

No package-scoped "$VERSION" variable found
Return value of flagged function ignored - print
Return value of flagged function ignored - print

  • Comment on Re^2: No warning when assiging to a variable