X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FRelationship%2FManyToMany.pm;h=a6bedc5a7347bda592b1e3268a34b87df355daf4;hb=b4e9f590228d1d73d4089c2ec88372e683e17aeb;hp=b82995d88725a047c6c38f7dcd3746fd91a26969;hpb=86b9a583838f35e9d3228f65a445ed4c0cacc5ee;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/;