in reply to Re^5: Should Test::Most import strict and warnings?
in thread Should Test::Most import strict and warnings?

Here something from my test suite:

find t -name *.t -or -name *.pm | wc -l 301

With strict and warnings included, that's actually six lines of code saved for every file, or roughly 1,800 lines of code I didn't have to write or remember not to forget.

Replies are listed 'Best First'.
Re^7: Should Test::Most import strict and warnings?
by educated_foo (Vicar) on Feb 20, 2010 at 07:41 UTC
    I hope that, if you insist on adding 6 lines of boilerplate to every Perl file you write, you either (1) have a keyboard shortcut for your boilerplate or (2) create files large enough that 6 lines of typing are insignificant.