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%2FPool.pm;h=a34956ddc183f1743289fee1e9772b8039557514;hp=513752a03787606980b32f15615eecfa3fbfa0e4;hb=955a6df69eb864ba348f87f5a06a8b7a68ffc76c;hpb=2ed909315eef3db2b248df574abd644a1ecfd0f3 diff --git a/lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm b/lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm index 513752a..a34956d 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm +++ b/lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm @@ -101,7 +101,7 @@ has 'replicants' => ( This class defines the following methods. -=head2 create_replicants ($schema, Array[$connect_info]) +=head2 connect_replicants ($schema, Array[$connect_info]) Given an array of $dsn suitable for connected to a database, create an L object and store it in the @@ -109,7 +109,7 @@ L attribute. =cut -sub create_replicants { +sub connect_replicants { my $self = shift @_; my $schema = shift @_;