Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Strict CPAN distribution.

Report information
The Basics
Id: 41604
Status: resolved
Priority: 0/
Queue: Test-Strict

People
Owner: Nobody in particular
Requestors: frequency [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.09
Fixed in: (no value)



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
Resolved: new version Test::Strict 0.11 released to CPAN, added $Test::Strict::TEST_SKIP to skip files in all_perl_files_ok()