DBIC_TRACE_PROFILE
[dbsrgits/DBIx-Class.git] / t / 103many_to_many_warning.t
index 37a0472..36d41a8 100644 (file)
@@ -3,7 +3,6 @@ use warnings;
 use Test::More;
 
 use lib qw(t/lib);
-use Data::Dumper;
 
 plan tests => 4;
 my $exp_warn = qr/The many-to-many relationship 'bars' is trying to create/;