Test:: Fatal Test:: Exception.
Test:: Exception , , Test:: Fatal . Test:: Fatal 1 : exception. , , undef, . Test:: More , is, isnt, like isa_ok.
Test:: Exception , , throws_ok dies_ok, , .
, :
use Test::More;
use Test::Fatal;
my $obj = ...;
isnt(exception { $obj->method($my, $bad, $params) },
undef, 'method dies as expected');
like isa_ok, , .
Test:: Fatal , Test:: Exception.