X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=7fb6f60e7c5b1e93d977f941bdd2e63460defe0f;hb=b8777a0d404d4ae4fb55473ae224ace5d0b71375;hp=523c01a1c43be092c35346f3ebf8172516202130;hpb=00787068e1b52fee265e68bb99708bb253f4e980;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 523c01a..7fb6f60 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -4,9 +4,11 @@ use strict; use warnings; use vars qw($VERSION); -use base qw/DBIx::Class::Componentised Class::Data::Inheritable/; +use base qw/DBIx::Class::Componentised Class::Data::Accessor/; -$VERSION = '0.04001'; +sub mk_classdata { shift->mk_classaccessor(@_); } + +$VERSION = '0.04999_01'; 1; @@ -90,6 +92,8 @@ manual below. =head2 L - primary key methods +=head2 L - search result-set methods + =head2 L - relationships between tables =head1 AUTHOR