renamed replication storage to replicated (since it's not really doing any replicatio...
[dbsrgits/DBIx-Class.git] / t / 93storage_replication.t
index fd2241d..afe7b76 100644 (file)
@@ -2,7 +2,6 @@ use strict;
 use warnings;
 use lib qw(t/lib);
 use Test::More;
-use Data::Dump qw/dump/;
 
 BEGIN {
     eval "use DBD::Multi";