X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=da4132c3a117f6d1cb1046ae3c2ddd0dc0779aac;hb=e139bd600cc47935e6fff2b6fd23d85c36493fe3;hp=d1ce294c7b36af6797fea734e38b4f18b71f1e0f;hpb=7e3df949d1d99eb4f622600121df380ca5f2ef0d;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index d1ce294..da4132c 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.08124'; +$VERSION = '0.08125'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -234,6 +234,8 @@ aherzog: Adam Herzog Alexander Keusch +alnewkirk: Al Newkirk + amiri: Amiri Barksdale amoore: Andrew Moore @@ -316,6 +318,8 @@ jon: Jon Schutz jshirley: J. Shirley +kaare: Kaare Rasmussen + konobi: Scott McWhirter lukes: Luke Saunders @@ -388,6 +392,8 @@ solomon: Jared Johnson spb: Stephen Bennett +Squeeks + sszabo: Stephan Szabo teejay : Aaron Trevena