X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FModel%2FDBIC%2FSchema.pm;h=712f4a787bd11358698b0efdcbe1f99c75161113;hb=3d8cdccc63d51e14e77b37ed96cd49e091d5d7c5;hp=cc7ed486a65cb58cca7ba9b435c1c12fe627bce9;hpb=b8427e0b4e21c06dd38f18cc529a3db35ff2dcc0;p=catagits%2FCatalyst-Model-DBIC-Schema.git diff --git a/lib/Catalyst/Model/DBIC/Schema.pm b/lib/Catalyst/Model/DBIC/Schema.pm index cc7ed48..712f4a7 100644 --- a/lib/Catalyst/Model/DBIC/Schema.pm +++ b/lib/Catalyst/Model/DBIC/Schema.pm @@ -6,7 +6,7 @@ use NEXT; use UNIVERSAL::require; use Carp; -our $VERSION = '0.09'; +our $VERSION = '0.10'; __PACKAGE__->mk_classaccessor('composed_schema'); __PACKAGE__->mk_accessors('schema'); @@ -64,9 +64,6 @@ Catalyst::Model::DBIC::Schema - DBIx::Class::Schema Model Class =head1 DESCRIPTION -NOTE: This is the first public release, there's probably a higher than -average chance of random bugs and shortcomings: you've been warned. - This is a Catalyst Model for L-based Models. See the documentation for L and L for information