From: Matt S Trout Date: Wed, 23 Jul 2008 19:36:53 +0000 (+0000) Subject: fix skip X-Git-Tag: v0.08240~401 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=467799e8e5948436122e5917f7b4a3aac0011201;p=dbsrgits%2FDBIx-Class.git fix skip --- diff --git a/t/93storage_replication.t b/t/93storage_replication.t index 854841b..979608a 100644 --- a/t/93storage_replication.t +++ b/t/93storage_replication.t @@ -6,9 +6,9 @@ use Test::Exception; use DBICTest; BEGIN { - eval "use Moose; use Test::Moose"; + eval "use DBIx::Class::Storage::DBI::Replicated"; plan $@ - ? ( skip_all => 'needs Moose for testing' ) + ? ( skip_all => "Deps not installed: $@" ) : ( tests => 79 ); }