in reply to Re^3: Perl module to get warn or die to render as HTML
in thread Perl module to get warn or die to render as HTML

I strongly disagree with this.

Don't silence the messenger. Leave warnings and debugging on. Actively clean up warnings so that you don't have any spurious warnings. Monitor what remains.

You'll find that a significant fraction of the time the warnings you get will point to bugs that slipped past development and QA. Often enough to justify the rest of the work.

  • Comment on Re^4: Perl module to get warn or die to render as HTML