From: Alexander Hartmaier Date: Sat, 23 Oct 2010 10:48:17 +0000 (+0200) Subject: exclude DBIx::Class, HTML::FormHandler and Try::Tiny from carp blames X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=commitdiff_plain;h=9cf5eeae14f2216a27e18c67a03cefe787dcfc4a;hp=75bcf6b8626125cd29e1bb4846022f9de080bd70;ds=inline exclude DBIx::Class, HTML::FormHandler and Try::Tiny from carp blames --- diff --git a/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm b/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm index 4e4c370..cdfd1ff 100644 --- a/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm +++ b/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm @@ -34,7 +34,7 @@ sub recursive_update { } package DBIx::Class::ResultSet::RecursiveUpdate::Functions; -use Carp::Clan; +use Carp::Clan qw/^DBIx::Class|^HTML::FormHandler|^Try::Tiny/; use Scalar::Util qw( blessed ); use List::MoreUtils qw/ any /;