On Tue, Jun 16, 2009 at 04:29:56PM -0700, Bill Ward wrote:
> I like the Modern::Perl idea.  I'm going to see if there's some way I
> can do what it does.

The hard part is getting it into all your code, not reproducing it technically,
which is easy:

  package Fatal::Warnings;
  use warnings ();
  sub import { warnings->import(FATAL => 'all') }
  1;

hdp.

Reply via email to