X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=014d87ef223e0b2be7e109be11a03975a4c27660;hb=c42d83582f891990080f652e0c87410203b5f546;hp=dab9d2c3de50af86cd57bc4077c4ce8e5e8a9781;hpb=dfbb65719d2b27afe56080ab02e9206b7954aea8;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index dab9d2c..014d87e 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.05003'; +$VERSION = '0.05999_03'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -162,6 +162,18 @@ Brandon Black Christopher H. Laco +Scotty Allen + +sc_ + +Robert Sedlacek + +Justin Guenther + +Daisuke Murase + +Scott McWhirter (konobi) + =head1 LICENSE You may distribute this code under the same terms as Perl itself.