Or you could turn warnings into exceptions:sub set_delim { undef $delim; local $SIG{__WARN__} = sub { die() }; try { ...
sub set_delim { undef $delim; use warnings 'FATAL' => 'all'; try { ...
In reply to Re^3: Try::Tiny not returning error
by tangent
in thread Try::Tiny not returning error
by Audar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |