Re: TAP - Test::More - fork
chromatic <[email protected]>
| Newsgroups | gmane.comp.lang.perl.quality-assurance |
|---|---|
| Organization | Snafu |
| Message-ID | <[email protected]> |
On Thursday, November 10, 2011 at 08:07 AM, H Brand wrote: > All my test files (in this project) have "use warnings;" (and of > course "use strict;") Not "use warnings" but the -w command line flag -- the non-lexical, warnings- on-everywhere one. -- c