X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F34exception_action.t;fp=t%2F34exception_action.t;h=d7885d5e23e77e1c1ceb10768e2e72f7079428e4;hb=ddcc02d14d03169c54c65db9f0f446836483ba55;hp=b35c7dc25cf0ed7a2780f4d74a8f4fb0b18c4ccf;hpb=db83437ef48f4571e1d225572cc7235eb5e64fe3;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 {