X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2F93storage_replication.t;h=65c236e9468b8bc7f6c228ec4fa63a3bf2b61466;hp=f1743c5616465b6c6b7d4b81416e229aca067a23;hb=6a151f5877412d2824295071428c52eb4bf646ec;hpb=456441eafda1051fe176351308ccb5570c87d348 diff --git a/t/93storage_replication.t b/t/93storage_replication.t index f1743c5..65c236e 100644 --- a/t/93storage_replication.t +++ b/t/93storage_replication.t @@ -21,6 +21,10 @@ use_ok 'DBIx::Class::Storage::DBI::Replicated::Balancer'; use_ok 'DBIx::Class::Storage::DBI::Replicated::Replicant'; use_ok 'DBIx::Class::Storage::DBI::Replicated'; +use Moose(); +use MooseX::Types(); +diag "Using Moose version $Moose::VERSION and MooseX::Types version $MooseX::Types::VERSION"; + =head1 HOW TO USE This is a test of the replicated storage system. This will work in one of