X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=97dc8588b2a84a2349ad3c8133b77fd298e1997a;hb=4f3642577df36ffd9ea808011dd5e6f02551ee70;hp=eafc15a78fe5a3a3a5c33e39f5fbcf5764d0a4fb;hpb=913b4bae66f2a424428ff3bd1e340b42da4581b8;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index eafc15a..97dc858 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -11,7 +11,7 @@ our $VERSION; # $VERSION declaration must stay up here, ahead of any other package # declarations, as to not confuse various modules attempting to determine # this ones version, whether that be s.c.o. or Module::Metadata, etc -$VERSION = '0.08206'; +$VERSION = '0.08209'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -343,6 +343,8 @@ clkao: CL Kao da5id: David Jack Olrik +davewood: David Schmidt + debolaz: Anders Nor Berle dew: Dan Thomas