X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=3c36722ffc1969cda5a1ca3a44b93201a3a0ef4d;hb=6862815907d42aa2f5fcc70afd4ff2dbc9b48f79;hp=7d2b0044a3c3bc0eb5be1ee913b42d22d678468d;hpb=96154ef7e079dfade9936a8ed05cb7deafff3272;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 7d2b004..3c36722 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -6,7 +6,7 @@ use warnings; use MRO::Compat; use vars qw($VERSION); -use base qw/DBIx::Class::Componentised Class::Accessor::Grouped/; +use base qw/Class::C3::Componentised Class::Accessor::Grouped/; use DBIx::Class::StartupCheck; sub mk_classdata { @@ -24,8 +24,7 @@ sub component_base_class { 'DBIx::Class' } # Always remember to do all digits for the version even if they're 0 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports # brain damage and presumably various other packaging systems too - -$VERSION = '0.08109'; +$VERSION = '0.08112'; $VERSION = eval $VERSION; # numify for warning-free dev releases @@ -201,11 +200,6 @@ merged back to trunk for a major release. L lists each task you might want help on, and the modules where you will find documentation. -=head1 COPYRIGHT - -Copyright (c) 2005 - 2009 the DBIx::Class L and L -as listed below. - =head1 AUTHOR mst: Matt S. Trout @@ -235,6 +229,8 @@ bluefeet: Aran Deltac bricas: Brian Cassidy +brunov: Bruno Vecchi + caelum: Rafael Kitover castaway: Jess Robinson @@ -357,6 +353,11 @@ wreis: Wallace Reis zamolxes: Bogdan Lucaciu +=head1 COPYRIGHT + +Copyright (c) 2005 - 2009 the DBIx::Class L and L +as listed above. + =head1 LICENSE This library is free software and may be distributed under the same terms