X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=93a519431d6d62e198cef04710c006bdd380f08a;hb=refs%2Ftags%2Fv0.08116;hp=e34b47ff0632913f9978c034a948e818ec29d46f;hpb=e4c9f3f0bdb9283c12f49dcc29795beb99fffbbe;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index e34b47f..93a5194 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -25,7 +25,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.08115'; +$VERSION = '0.08116'; $VERSION = eval $VERSION; # numify for warning-free dev releases @@ -227,6 +227,8 @@ blblack: Brandon L. Black bluefeet: Aran Deltac +boghead: Bryan Beeley + bricas: Brian Cassidy brunov: Bruno Vecchi @@ -267,6 +269,8 @@ jgoulah: John Goulah jguenther: Justin Guenther +jhannah: Jay Hannah + jnapiorkowski: John Napiorkowski jon: Jon Schutz