X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=014d87ef223e0b2be7e109be11a03975a4c27660;hb=c42d83582f891990080f652e0c87410203b5f546;hp=644fa1d13b234c07c3c89366fbda05fcd6652eef;hpb=2d9a191d23bbc38995aefa19ae7a59f3333cb67a;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 644fa1d..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.05007'; +$VERSION = '0.05999_03'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -164,6 +164,16 @@ 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.