Subject: | [PkgVersion] doesn't pass PerlCritic severity 3 |
The code is add before strict and warnings, so it fail with perlcritic.
If I put strict and warnings before package, it fail too because with
can't add code before package.
Is they a way to add it after "use strict; use warnings" ?