X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema.pm;h=4ec608d0fb7848ba98bdc527b71645f6250646dc;hb=19feb86bd0beb518ffb5bcbfe3cf37d2cc9c1c21;hp=afa7e0bd963632de7ca1997da745b181a27cab07;hpb=1e10a11d9a973db300c5d94b914bc270c0fa6fb8;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index afa7e0b..4ec608d 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -287,7 +287,7 @@ sub setup_connection_class { =head2 connection(@args) Instantiates a new Storage object of type storage_type and passes the -arguments to $storage->connection_info. Sets the connection in-place on +arguments to $storage->connect_info. Sets the connection in-place on the schema. =cut