fixed up the relicant status tests to exclude them if the database is not a real...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Replicated / Pool.pm
index 5bf61e6..1d65b85 100644 (file)
@@ -119,7 +119,6 @@ sub connect_replicants {
                my $replicant = $self->create_replicant($schema);
                $replicant->connect_info($connect_info);        
                $replicant->ensure_connected;
-               
                DBIx::Class::Storage::DBI::Replicated::Replicant->meta->apply($replicant);
                
                my ($key) = ($connect_info->[0]=~m/^dbi\:.+\:(.+)$/);