fixed braindead typo in docs telling people to use a version of Moose that does not...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Replicated.pm
index 62343aa..3b99b3f 100644 (file)
@@ -99,7 +99,7 @@ to force a query to run against Master when needed.
 
 Replicated Storage has additional requirements not currently part of L<DBIx::Class>
 
-  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) = @_;