X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=603270044628a4d1c30ada6914f5fe93502d8a62;hb=f80f8e2fe165ff27e815c1fc31b8fcef8aac1959;hp=b626bee005f8efdd3a7e14f40f802a8c19da1b8e;hpb=a439ec1916f46381937a97f49a04b06476147af1;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index b626bee..6032700 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.07999_03'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -203,6 +203,8 @@ da5id: David Jack Olrik dkubb: Dan Kubb +dnm: Justin Wheeler + draven: Marcus Ramberg dwc: Daniel Westermann-Clark @@ -215,6 +217,8 @@ jesper: Jesper Krogh jguenther: Justin Guenther +jshirley: J. Shirley + konobi: Scott McWhirter LTJake: Brian Cassidy