X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=2514c87ef5ca5e0a7a46295e01d5e2c125f0a671;hb=f8d97a01cf029a4c59196b89a2472b86de7cf91f;hp=deeb5b0156b5e9f54c39bab1d2f0c02cfba86e02;hpb=85b4a1c54eb89dd4bfd8faf7ba260302a7653ff0;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index deeb5b0..2514c87 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.05006'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -160,6 +160,8 @@ Jesper Krogh Brandon Black +Scotty Allen + =head1 LICENSE You may distribute this code under the same terms as Perl itself.