add a line to Changes and add a CAVEAT
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Replicated.pm
index c7b1f29..89979f1 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
@@ -313,7 +313,6 @@ has 'write_handler' => (
 
     reload_row
     _prep_for_execute
-    configure_sqlt
     
   /],
 );