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 |