X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FReplicated.pm;h=ac9a877fe8b5193d1c9ea530ba1569806c50d7a6;hb=a52c8b220cc34804bf227aea8682aec7c0f10b99;hp=fe10c287bf5b53707161b95d99a6a1726fe8e907;hpb=62eabf11c6b4582ce5938d4a55a8626f99ee6829;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Replicated.pm b/lib/DBIx/Class/Storage/DBI/Replicated.pm index fe10c28..ac9a877 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated.pm +++ b/lib/DBIx/Class/Storage/DBI/Replicated.pm @@ -8,7 +8,7 @@ BEGIN { my %replication_required = ( 'Moose' => '0.87', - 'MooseX::AttributeHelpers' => '0.20', + 'MooseX::AttributeHelpers' => '0.21', 'MooseX::Types' => '0.16', 'namespace::clean' => '0.11', 'Hash::Merge' => '0.11' @@ -112,7 +112,7 @@ selected algorithm. The default algorithm is random weighted. =head1 NOTES The consistancy betweeen master and replicants is database specific. The Pool -gives you a method to validate it's replicants, removing and replacing them +gives you a method to validate its replicants, removing and replacing them when they fail/pass predefined criteria. Please make careful use of the ways to force a query to run against Master when needed. @@ -403,7 +403,7 @@ This class defines the following methods. =head2 BUILDARGS -L when instantiating it's storage passed itself as the +L when instantiating its storage passed itself as the first argument. So we need to massage the arguments a bit so that all the bits get put into the correct places.