From: John Napiorkowski Date: Wed, 23 Jul 2008 20:09:22 +0000 (+0000) Subject: replication tests needs Test::Moose X-Git-Tag: v0.08240~400 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=650c0574ceb01d01cc64591f342e67b3d3145f11;p=dbsrgits%2FDBIx-Class.git replication tests needs Test::Moose --- diff --git a/t/93storage_replication.t b/t/93storage_replication.t index 979608a..0293804 100644 --- a/t/93storage_replication.t +++ b/t/93storage_replication.t @@ -6,7 +6,7 @@ use Test::Exception; use DBICTest; BEGIN { - eval "use DBIx::Class::Storage::DBI::Replicated"; + eval "use DBIx::Class::Storage::DBI::Replicated; use Test::Moose"; plan $@ ? ( skip_all => "Deps not installed: $@" ) : ( tests => 79 );