X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=998674603390a3118b3dfcf511d34cd4c99ba9a3;hb=6882de2b334aac0a278b1984e82ddaca2ddff2b4;hp=78acd320afea6d9a1025162436fd19f9164e98eb;hpb=20b4c148fadcf28433fab17a7d55bd0a2bf385e5;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 78acd32..9986746 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_07'; +$VERSION = '0.08100'; $VERSION = eval $VERSION; # numify for warning-free dev releases @@ -241,6 +241,8 @@ gphat: Cory G Watson groditi: Guillermo Roditi +ilmari: Dagfinn Ilmari MannsEker + jesper: Jesper Krogh jgoulah: John Goulah @@ -281,6 +283,8 @@ penguin: K J Cheetham perigrin: Chris Prather +Peter Collingbourne + phaylon: Robert Sedlacek plu: Johannes Plunien