From: John Napiorkowski Date: Thu, 17 Apr 2008 13:55:11 +0000 (+0000) Subject: removed pointless debugging module X-Git-Tag: v0.08240~486 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=40b2fcfe2daed009b1bd78d78f851937b333a149;p=dbsrgits%2FDBIx-Class.git removed pointless debugging module --- diff --git a/t/93storage_replication.t b/t/93storage_replication.t index fd2241d..afe7b76 100644 --- a/t/93storage_replication.t +++ b/t/93storage_replication.t @@ -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";