X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F93storage_replication.t;h=029380420f070930b8c6cfa7c3e7f2793a4743e6;hb=ae0419e299792a6a10fc754a2a7c810596023c15;hp=979608ab0fdda8a58c65da6005351fcde4f56e68;hpb=467799e8e5948436122e5917f7b4a3aac0011201;p=dbsrgits%2FDBIx-Class.git 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 );