Subject: | DZP::PkgVersion vs. Perl::Critic |
Dist::Zilla::Plugin::Version places an "our $VERSION" line right after
the "package" declaration, violating the
TestingAndDebugging::RequireUseStrict and ::RequireUseWarnings policies
in Perl::Critic. There is no workaround short of either disabling the
policies or not using the plugin.