Subject: | Not Detecting $^W = 1 flag in Build |
The module seems to look for "use warnings", but the Build script
created by Build.PL and Module::Build enables warnings by setting the
$^W flag.
There are two ways one could fix this:
- Add some checking for the case where the $^W flag is set, or Perl is
executed with -w (or in the shebang line)
- Allow a user-defined "skip" list indicated files which may be
"trusted" by Test::Strict as appropriately strict. (Or "ignore", maybe)
Cheers,
Jon