jonswar / perl-mason

Mason 2
58 stars 20 forks source link

Add missing strictures #26

Open paultcochrane opened 9 years ago

paultcochrane commented 9 years ago

These changes add the warnings and strict pragmas to all normal test files and one of the author tests. Although the tests use their own test runner and were already using the -w option to perl to switch on warnings, using the pragmas is better aligned to current best practice and possibly also more platform independent. If it is wished that this PR needs to be updated in anyway to be better aligned with project standards, please let me know and I'll make the relevant changes and resubmit.