When running an applications test suite I want to promote all Perl compile and run-time warnings (eg the \"Uninitialized variable\" warning) to fatal errors so that I and the ot
I think you're looking for Test::NoWarnings.