Help for this page

Select Code to Download


  1. or download this
    package WarningsDie;
    use strict;
    ...
        $SIG{__DIE__} = sub {confess $_[0]};
    }
    1;
    
  2. or download this
    $ENV{HARNESS_PERL_SWITCHES} = "-Iblah/blah/blah -MWarningsDie";