X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F34exception_action.t;h=d7885d5e23e77e1c1ceb10768e2e72f7079428e4;hb=d85ef5e2867bc0360a72090aeaea4308792651e8;hp=b35c7dc25cf0ed7a2780f4d74a8f4fb0b18c4ccf;hpb=84e4e006430911fb5aa1d73d8a760bf4455a6378;p=dbsrgits%2FDBIx-Class.git diff --git a/t/34exception_action.t b/t/34exception_action.t index b35c7dc..d7885d5 100644 --- a/t/34exception_action.t +++ b/t/34exception_action.t @@ -105,7 +105,7 @@ for my $ap (qw( isa_ok $@, $ap; } $exp_warn, 'proper warning on antipattern encountered within exception_action'; - # and make sure that the retrhow works + # and make sure that the rethrow works $schema->exception_action(sub { die @_ }); warnings_like { eval {