X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=644fa1d13b234c07c3c89366fbda05fcd6652eef;hb=8839560b9a5ec14ea4a921831a46962a2a74d87a;hp=2514c87ef5ca5e0a7a46295e01d5e2c125f0a671;hpb=f8d97a01cf029a4c59196b89a2472b86de7cf91f;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 2514c87..644fa1d 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.05006'; +$VERSION = '0.05007'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -160,6 +160,8 @@ Jesper Krogh Brandon Black +Christopher H. Laco + Scotty Allen =head1 LICENSE