X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FReplicated.pm;h=3b99b3fed9bcee1a4ba6fca56996f7ba9f8b1012;hb=c9225efc0cbce68b35a84ca35ca05114768825e0;hp=62343aaab319e15dad72f3fcada459560a86a2ab;hpb=ccb3b89791c33332a735a73e744f02942665f3ba;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Replicated.pm b/lib/DBIx/Class/Storage/DBI/Replicated.pm index 62343aa..3b99b3f 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated.pm +++ b/lib/DBIx/Class/Storage/DBI/Replicated.pm @@ -99,7 +99,7 @@ to force a query to run against Master when needed. Replicated Storage has additional requirements not currently part of L - Moose => 1.54 + Moose => 0.54 MooseX::AttributeHelpers => 0.12 Moose::Util::TypeConstraints => 0.54 Class::MOP => 0.63 @@ -309,6 +309,7 @@ has 'write_handler' => ( txn_scope_guard sth deploy + with_deferred_fk_checks reload_row _prep_for_execute @@ -449,8 +450,6 @@ inserted something and need to get a resultset including it, etc. =cut -use Benchmark; - sub execute_reliably { my ($self, $coderef, @args) = @_;