X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=3c36722ffc1969cda5a1ca3a44b93201a3a0ef4d;hb=6862815907d42aa2f5fcc70afd4ff2dbc9b48f79;hp=1bc4c9ad7afa6d1914966c697700d1229d363002;hpb=88f937fbbfd6f5f28b2f1fa52ee3654e81603edd;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 1bc4c9a..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 @@ -230,6 +229,8 @@ bluefeet: Aran Deltac bricas: Brian Cassidy +brunov: Bruno Vecchi + caelum: Rafael Kitover castaway: Jess Robinson @@ -352,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