X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=29b441b79d76dd11ec6a0690fbc4cfc810ef9f50;hb=26283ee38f220f6c6bae720ea5a189c9c0f47f6f;hp=34ab70da69874c5f82815ed3edc81d866a57903c;hpb=16ccb4fe1206cde82c2fe6b7bb6c8a80bb96c1d1;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 34ab70d..29b441b 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.08108'; +$VERSION = '0.08111'; $VERSION = eval $VERSION; # numify for warning-free dev releases @@ -230,6 +229,8 @@ bluefeet: Aran Deltac bricas: Brian Cassidy +brunov: Bruno Vecchi + caelum: Rafael Kitover castaway: Jess Robinson @@ -312,6 +313,8 @@ quicksilver: Jules Bean rafl: Florian Ragwitz +rbuels: Robert Buels + rdj: Ryan D Johnson ribasushi: Peter Rabbitson @@ -328,6 +331,8 @@ semifor: Marc Mims solomon: Jared Johnson +spb: Stephen Bennett + sszabo: Stephan Szabo teejay : Aaron Trevena @@ -348,8 +353,14 @@ wreis: Wallace Reis zamolxes: Bogdan Lucaciu +=head1 COPYRIGHT + +Copyright (c) 2005 - 2009 the DBIx::Class L and L +as listed above. + =head1 LICENSE -You may distribute this code under the same terms as Perl itself. +This library is free software and may be distributed under the same terms +as perl itself. =cut