eval { throw TestCaller }; my $error = $@; isa_ok($error, 'TestCaller'); is_deeply($error->...