X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=9f55fc694cfda2eafbb883f8e432ec365b28e8c2;hb=a28009914a3e447af53737d503b1953160d146c9;hp=72eac66a223032f74da5cd9a82cc0c6cfc25a5ba;hpb=9382ad0721370b25b9b93d78c76ecab0b46cc74e;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 72eac66..9f55fc6 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -18,7 +18,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.07999_02'; +$VERSION = '0.08001'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -217,6 +217,8 @@ jesper: Jesper Krogh jguenther: Justin Guenther +jshirley: J. Shirley + konobi: Scott McWhirter LTJake: Brian Cassidy