X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=61fccca4f1b85b1b2aff5f8609461f4fb757e4c5;hb=5728c723bc0d5fac7acfa76d2b240748ea14a9b4;hp=deeb5b0156b5e9f54c39bab1d2f0c02cfba86e02;hpb=85b4a1c54eb89dd4bfd8faf7ba260302a7653ff0;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index deeb5b0..61fccca 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_02'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -160,6 +160,20 @@ Jesper Krogh 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.