X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=9c4717fcbb887169af5c96bcbfc32029024f41cc;hb=7f6c41883c8a974e75d2bccbc15fce8140a18a2f;hp=2d88a4a7d17800fe74f3cf66145e69f0aff3df5a;hpb=e1f1616e899aa61b5bd79f01613312cc5c8df3d4;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 2d88a4a..9c4717f 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -13,7 +13,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.07003'; +$VERSION = '0.07006'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -206,6 +206,8 @@ jesper: Jesper Krogh jguenther: Justin Guenther +jshirley: J. Shirley + konobi: Scott McWhirter LTJake: Brian Cassidy