From: Amiri Barksdale at Home Date: Mon, 3 Jan 2011 22:15:06 +0000 (-0800) Subject: Remove dep in test file X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4e0ea9ca9378dd4707da77bd01e8f456762da51e;p=dbsrgits%2FDBIx-Class-ResultSource-MultipleTableInheritance.git Remove dep in test file --- diff --git a/t/03insert.t b/t/03insert.t index 2293d75..e2a95fe 100644 --- a/t/03insert.t +++ b/t/03insert.t @@ -4,7 +4,6 @@ use lib 't/lib'; use Test::More qw(no_plan); use Test::Exception; use CafeInsertion; -use Devel::Dwarn; BEGIN { $ENV{DBIC_TRACE} = 0;