X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FReplicated.pm;h=d64e9dbdc00b2a759dc13db809a2b8dee0c917fa;hb=7d8f64b992d1de9fd3eef9f1d5729ca74153922f;hp=ae16aa91360f37881acbacf82209e7f2fdef2e75;hpb=a34b0c8943373100618907cc1613529bd6214142;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Replicated.pm b/lib/DBIx/Class/Storage/DBI/Replicated.pm index ae16aa9..d64e9db 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated.pm +++ b/lib/DBIx/Class/Storage/DBI/Replicated.pm @@ -94,7 +94,7 @@ selected algorithm. The default algorithm is random weighted. =head1 NOTES -The consistancy betweeen master and replicants is database specific. The Pool +The consistency betweeen master and replicants is database specific. The Pool 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. @@ -102,9 +102,7 @@ to force a query to run against Master when needed. =head1 REQUIREMENTS Replicated Storage has additional requirements not currently part of -L The missing requirements will be announced via an exception -when you try to load this module. You will need to install these modules -manually via CPAN or make them part of the Makefile for your distribution. +L. See L for more details. =head1 ATTRIBUTES