X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=e68f87dcf5428cc0f9936b1caccc424313081ff8;hb=c5e9d46d06640866b0594439d1f4affa0b5f5346;hp=cf953688c03abce8a6f90eeada9f19fcfc951dc9;hpb=dc81dba3b6a3675dcc003be84fbaad2f0df7d6a2;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index cf95368..e68f87d 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.08126'; +$VERSION = '0.08127'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -266,6 +266,8 @@ brunov: Bruno Vecchi caelum: Rafael Kitover +caldrin: Maik Hentsche + castaway: Jess Robinson claco: Christopher H. Laco @@ -326,6 +328,8 @@ kaare: Kaare Rasmussen konobi: Scott McWhirter +littlesavage: Alexey Illarionov + lukes: Luke Saunders marcus: Marcus Ramberg @@ -402,6 +406,8 @@ Squeeks sszabo: Stephan Szabo +talexb: Alex Beamish + teejay : Aaron Trevena Todd Lipcon