Subject: | "use_strict" metric doesn't like .pod files that contain no perl |
This file (lib/Moose/Cookbook.pod) trips up the "use_strict" metric:
----8<----
# Dist::Zilla: +PodWeaver
# PODNAME: Moose::Cookbook - How to cook a Moose
__END__
=pod
...
=cut
---->8----
There is no package declaration here and the file is not intended to be run as
perl code, so the metric should not apply to this file.