X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FException.pm;h=46a85f62acefd2e06e1aaab8e80d3e3b236e0a3a;hb=fd323bf1046faa7de5a8c985268d80ec5b703361;hp=401bbcd742415dc1a4348f0e0bfdf1263cec95fe;hpb=9908375297ff0489a6f7dfd1d03d9dd189c2e11a;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Exception.pm b/lib/DBIx/Class/Exception.pm index 401bbcd..46a85f6 100644 --- a/lib/DBIx/Class/Exception.pm +++ b/lib/DBIx/Class/Exception.pm @@ -6,6 +6,7 @@ use warnings; use Carp::Clan qw/^DBIx::Class|^Try::Tiny/; use Scalar::Util qw/blessed/; use Try::Tiny; +use namespace::clean; use overload '""' => sub { shift->{msg} },