Thomas Klausner wrote: > On Mon, Sep 10, 2007 at 11:10:25PM +0200, Anonymous wrote: > >> also, would it make sense to have a test to check for warnings >> when warnings are enabled globally? many modules do not enable >> warnings, but when you use those modules and run the script >> with -w, it's possible to get lots of warnings. > > There was a use_warnings metric (similar to use_strict), but a lot of > people said that was too strict, so I removed it. It might make sense to > re-add this metric as an optional kwalitee point, though (which weren't > implemented then...)
I was thinking "but that's prejudiced against 5.005 code" but now we have warnings::compat so that's largely moot. FWIW I turn on my warnings in the tests, not the modules. -- Stabbing you in the face for your own good.