Subject: | PkgVersion inserts $VERSION above use strict |
If you want to use the standard PerlCritic tests that make sure that use strict is used, you can't if
you use PkgVersion because it inserts the package version immediately below package and
before use strict.
Seems like it makes sense for PkgVersion to skip use strict and use warnings as well as the
package statement.