X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FReplicated%2FBalancer%2FFirst.pm;h=806a05f0b689c9f1a8cd4a55f9881b039a10dee5;hp=b230346c868ee6cfe04cb3451e9043fb72b03725;hb=48580715af3072905f2c71dc27e7f70f21a11338;hpb=41916570b3a93b05746e23b73c9a9b5005bc0d2e diff --git a/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm b/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm index b230346..806a05f 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm +++ b/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm @@ -12,14 +12,14 @@ DBIx::Class::Storage::DBI::Replicated::Balancer::First - Just get the First Bala This class is used internally by L. You shouldn't need to create instances of this class. - + =head1 DESCRIPTION Given a pool (L) of replicated database's (L), defines a method by which query load can be spread out across each replicant in the pool. -This Balancer just get's whatever is the first replicant in the pool +This Balancer just gets whichever is the first replicant in the pool. =head1 ATTRIBUTES