X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FRelationship%2FManyToMany.pm;h=a6bedc5a7347bda592b1e3268a34b87df355daf4;hb=369e69ab354a735a56fbf260b8145a4c5bf06b4b;hp=b82995d88725a047c6c38f7dcd3746fd91a26969;hpb=aa56106b252283cef5338312d66fdf62cc92df20;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Relationship/ManyToMany.pm b/lib/DBIx/Class/Relationship/ManyToMany.pm index b82995d..a6bedc5 100644 --- a/lib/DBIx/Class/Relationship/ManyToMany.pm +++ b/lib/DBIx/Class/Relationship/ManyToMany.pm @@ -4,7 +4,7 @@ package # hide from PAUSE use strict; use warnings; -use Carp::Clan qw/^DBIx::Class/; +use DBIx::Class::Carp; use Sub::Name qw/subname/; use Scalar::Util qw/blessed/;