strict

acme on 2002-10-10T16:23:54

I was in shock today. Complete and utter shock. I discovered that 11 modules in $workproject didn't use strict. So I knocked up a quick test script which uses File::Find::Rule to find all the .pm files and check that each one contains "use strict". Now it'll never happen again.

And always use strict, young abw... ;-)


Knocked up loaded

petdance on 2002-10-10T16:40:49

Here's the code that I used to handle this problem in our project. The .t file (and many others) gets run nightly.