merge resultset branch through revision 371
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class.pm
index 127f56a..e2deaf5 100644 (file)
@@ -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.03999_02';
+sub mk_classdata { shift->mk_classaccessor(@_); }
+
+$VERSION = '0.0499_01';
 
 
 1;
@@ -106,10 +108,14 @@ Dan Kubb <dan.kubb-cpan@onautopilot.com>
 
 Dan Sully <daniel@cpan.org>
 
-davekam
+David Kamholz <dkamholz@cpan.org>
+
+Jules Bean
 
 Marcus Ramberg <mramberg@cpan.org>
 
+Paul Makepeace
+
 =head1 LICENSE
 
 You may distribute this code under the same terms as Perl itself.