in reply to trap warnings in $@

For any warning, $SIG{__WARN__} = sub { die @_ };

For just perl's internal warnings and registered warnings (which don't seem to have caught on), use warnings FATAL => "all";