projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
467799e
)
replication tests needs Test::Moose
John Napiorkowski [Wed, 23 Jul 2008 20:09:22 +0000 (20:09 +0000)]
t/93storage_replication.t
patch
|
blob
|
blame
|
history
diff --git
a/t/93storage_replication.t
b/t/93storage_replication.t
index
979608a
..
0293804
100644
(file)
--- 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 );