[Bast-commits] r4603 - in DBIx-Class/0.08/branches: .
replication_dedux/t
jnapiorkowski at dev.catalyst.perl.org
jnapiorkowski at dev.catalyst.perl.org
Wed Jul 23 20:55:44 BST 2008
Author: jnapiorkowski
Date: 2008-07-23 20:55:31 +0100 (Wed, 23 Jul 2008)
New Revision: 4603
Removed:
DBIx-Class/0.08/branches/bindtype_ensure_connected/
Modified:
DBIx-Class/0.08/branches/replication_dedux/t/93storage_replication.t
Log:
removed dead branch (the cure was worse than the symptom)
Modified: DBIx-Class/0.08/branches/replication_dedux/t/93storage_replication.t
===================================================================
--- DBIx-Class/0.08/branches/replication_dedux/t/93storage_replication.t 2008-07-23 19:36:53 UTC (rev 4602)
+++ DBIx-Class/0.08/branches/replication_dedux/t/93storage_replication.t 2008-07-23 19:55:31 UTC (rev 4603)
@@ -6,9 +6,10 @@
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 => 'needs Moose and related for testing' )
: ( tests => 79 );
}
More information about the Bast-commits
mailing list