X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=be2a8931bcf27182912f6f2b420a3196622067c3;hb=0c1a4a15ae0eb261ff8aabfd6383ddf1d822d690;hp=a0a090df45aaf17ef0d3a9f5890bd635bb7fd24d;hpb=9aa2ba09e8493a60dfb6f9ef77bb56421650f7e9;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index a0a090d..be2a893 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -27,7 +27,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.08123'; +$VERSION = '0.08123_01'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -345,10 +345,14 @@ phaylon: Robert Sedlacek plu: Johannes Plunien +Possum: Daniel LeWarne + quicksilver: Jules Bean rafl: Florian Ragwitz +rainboxx: Matthias Dietrich + rbo: Robert Bohne rbuels: Robert Buels @@ -397,8 +401,6 @@ wreis: Wallace Reis zamolxes: Bogdan Lucaciu -Possum: Daniel LeWarne - =head1 COPYRIGHT Copyright (c) 2005 - 2010 the DBIx::Class L and L