X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=45ec142423a7b4267b4e6310495dd114a9c49cee;hb=1346e22d4899edf837c77312259c3ebaaf71f602;hp=2514c87ef5ca5e0a7a46295e01d5e2c125f0a671;hpb=f8d97a01cf029a4c59196b89a2472b86de7cf91f;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 2514c87..45ec142 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.05999_04'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -160,8 +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.