X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fextra%2Finternals%2Fnamespaces_cleaned.t;fp=xt%2Fextra%2Finternals%2Fnamespaces_cleaned.t;h=89e2b54d0456a415fc0c757cd5e55a4ed11ddd5e;hb=e2741c7fd695dca054614f297b01d351a45bbf38;hp=b0a7cdb62c6e372e3140e36d45ccbdfe381f0be4;hpb=82c5f9168e30bc9dc7b681058298bb342582c5ec;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/extra/internals/namespaces_cleaned.t b/xt/extra/internals/namespaces_cleaned.t index b0a7cdb..89e2b54 100644 --- a/xt/extra/internals/namespaces_cleaned.t +++ b/xt/extra/internals/namespaces_cleaned.t @@ -159,7 +159,10 @@ for my $mod (@modules) { } # some common import names (these should never ever be methods) - for my $f (qw/carp carp_once carp_unique croak confess cluck try catch finally/) { + for my $f (qw( + carp carp_once carp_unique croak confess cluck + try catch finally dbic_internal_try dbic_internal_catch + )) { if ($mod->can($f)) { my $via; for (reverse @{mro::get_linear_isa($mod)} ) {