![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re^2: imposing "strict" on an included fileby dpuu (Chaplain) |
on Jul 23, 2004 at 17:53 UTC ( #376944=note: print w/replies, xml ) | Need Help?? |
The files in question define tests for our hardware. In hardware testing, false-passes are the ultimate evil. A false fail can be dealt with (you just get someone to fix it), but a false-pass can make its way into production, un-noticed. Therefore, we'd far rather break modules that are currently seming to work, then to leave them with potentially hidden problems. Adding "use strict" is seen as a bit of low-hanging fruit.
--Dave
In Section
Seekers of Perl Wisdom
|
|