X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FModel%2FDBIC%2FSchema.pm;h=0520b6890c846fd91660addc555c9f98acba7fc7;hb=018eb0e2f55391533246baeb6a176e6aa694f7a1;hp=50b653d64cf8739f820ca3bb27446fdb2966140e;hpb=60557d3a046be095af36e8375ffa7f9f8ccd7dc8;p=catagits%2FCatalyst-Model-DBIC-Schema.git diff --git a/lib/Catalyst/Model/DBIC/Schema.pm b/lib/Catalyst/Model/DBIC/Schema.pm index 50b653d..0520b68 100644 --- a/lib/Catalyst/Model/DBIC/Schema.pm +++ b/lib/Catalyst/Model/DBIC/Schema.pm @@ -1,6 +1,10 @@ package Catalyst::Model::DBIC::Schema; use strict; +use warnings; + +our $VERSION = '0.20'; + use base qw/Catalyst::Model Class::Accessor::Fast Class::Data::Accessor/; use NEXT; use UNIVERSAL::require; @@ -8,8 +12,6 @@ use Carp; use Data::Dumper; require DBIx::Class; -our $VERSION = '0.19'; - __PACKAGE__->mk_classaccessor('composed_schema'); __PACKAGE__->mk_accessors('schema'); @@ -163,11 +165,8 @@ For L, which is the only supported C in L at the time of this writing, the parameters are your dsn, username, password, and connect options hashref. -If you need to specify the L specific parameter -C, or the related C options C, -C, or C, you can place these options into a hashref -as the final element of the C arrayref. If in doubt, don't -specify these options. You would know it if you needed them. +See L for a detailed explanation +of the arguments supported. Examples: