Adding 'RETURNING *' to each body_part.
[dbsrgits/DBIx-Class-ResultSource-MultipleTableInheritance.git] / t / 01load.t
index 97c839b..664c2c5 100644 (file)
@@ -2,7 +2,6 @@ use strict;
 use warnings;
 use lib 't/lib';
 use Test::More qw(no_plan);
-#use Carp::Always;
 
 BEGIN { use_ok 'MTITest'; }