X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=d9a201258516c5978417c11e5ba1b4ef405e5244;hb=4c26f1855be6e178f43d57700bd18ee1f51bffd6;hp=6ea81166d95171204eb673558c65c04b1a22325e;hpb=6ffb5be522e752ea1ad2a99d36648535fe30a43b;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 6ea8116..d9a2012 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_06'; +$VERSION = '0.08099_07'; $VERSION = eval $VERSION; # numify for warning-free dev releases @@ -261,6 +261,8 @@ marcus: Marcus Ramberg mattlaw: Matt Lawrence +michaelr: Michael Reddick + ned: Neil de Carteret nigel: Nigel Metheringham @@ -315,10 +317,14 @@ wdh: Will Hawes willert: Sebastian Willert +wreis: Wallace Reis + zamolxes: Bogdan Lucaciu norbi: Norbert Buchmuller +arcanez: Justin Hunter + =head1 LICENSE You may distribute this code under the same terms as Perl itself.