X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=5d6e34f68fae03c001744f249144f7bbc2dee4a3;hb=c44f641a491c0cbcfc927b58b7e4938902030144;hp=31c7f12fc0457a778c3087d6c6c0019e55c72010;hpb=eaab653faa525035c0dc1d51e464d56aa42cf2ef;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 31c7f12..5d6e34f 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 @@ -291,6 +293,8 @@ ribasushi: Peter Rabbitson rjbs: Ricardo Signes +robkinyon: Rob Kinyon + sc_: Just Another Perl Hacker scotty: Scotty Allen @@ -313,10 +317,14 @@ wdh: Will Hawes willert: Sebastian Willert +wreis: Wallace Reis + zamolxes: Bogdan Lucaciu norbi: Norbert Buchmuller +solomon: Jared Johnson + =head1 LICENSE You may distribute this code under the same terms as Perl itself.