X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=32b58a126a71b41c958826ad729a1ffb06d9f0f3;hb=acdda5b21197d6fd849ef15e544b5fbae283649a;hp=c0792aa10d23ed58369c70b57d122c45c74158f5;hpb=1489952821a1a1632a633b85eb3b699dd5579126;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index c0792aa..32b58a1 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.08100'; +$VERSION = '0.08102'; $VERSION = eval $VERSION; # numify for warning-free dev releases @@ -245,6 +245,8 @@ groditi: Guillermo Roditi ilmari: Dagfinn Ilmari MannsEker +jasonmay: Jason May + jesper: Jesper Krogh jgoulah: John Goulah