Data::Dumper is not used here at all
[dbsrgits/DBIx-Class-Journal.git] / t / 01test.t
index 228ccbe..d47c639 100644 (file)
@@ -1,10 +1,9 @@
 use strict;
-use warnings;  
+use warnings;
 
 use Test::More;
 use lib qw(t/lib);
 use DBICTest;
-use Data::Dumper;
 
 BEGIN {
     eval "use DBD::SQLite; use SQL::Translator";