X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=638d07c2f414e471739daa8a4938bcfde8377f31;hb=f68f4d44dc650e682df4ab522b91e6f683c10e7a;hp=60a80fd5500ff6aab93c93d6299581bc79a3976b;hpb=28e6c8b6d4c6295553eb9fed9f6a8cc8ed422511;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 60a80fd..638d07c 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -24,7 +24,7 @@ sub component_base_class { 'DBIx::Class' } # 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.08099_05'; +$VERSION = '0.08099_07'; $VERSION = eval $VERSION; # numify for warning-free dev releases @@ -217,6 +217,8 @@ bluefeet: Aran Deltac bricas: Brian Cassidy +caelum: Rafael Kitover + captainL: Luke Saunders castaway: Jess Robinson @@ -259,6 +261,8 @@ marcus: Marcus Ramberg mattlaw: Matt Lawrence +michaelr: Michael Reddick + ned: Neil de Carteret nigel: Nigel Metheringham @@ -285,7 +289,11 @@ rafl: Florian Ragwitz rdj: Ryan D Johnson -ribasushi: Peter Rabbitson +ribasushi: Peter Rabbitson + +rjbs: Ricardo Signes + +robkinyon: Rob Kinyon sc_: Just Another Perl Hacker @@ -311,6 +319,8 @@ willert: Sebastian Willert zamolxes: Bogdan Lucaciu +norbi: Norbert Buchmuller + =head1 LICENSE You may distribute this code under the same terms as Perl itself.