projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c1ae037
)
fix skip
Matt S Trout [Wed, 23 Jul 2008 19:36:53 +0000 (19:36 +0000)]
t/93storage_replication.t
patch
|
blob
|
blame
|
history
diff --git
a/t/93storage_replication.t
b/t/93storage_replication.t
index
854841b
..
979608a
100644
(file)
--- 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 );
}