X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=6ce136839d9ee81be2eced975f2f0e4f2cdc877a;hb=561bd5f683f616706dd059ea3330f6abfd10eb26;hp=4255db6b5c46907c4ca19278317a6679ad6c90b4;hpb=dec2517f954b8c6053570a6b5ecf08fbaf1a2bc2;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 4255db6..6ce1368 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.05004'; +$VERSION = '0.05999_01'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -160,8 +160,18 @@ Jesper Krogh Brandon Black +Christopher H. Laco + Scotty Allen +sc_ + +Robert Sedlacek + +Justin Guenther + +Daisuke Murase + =head1 LICENSE You may distribute this code under the same terms as Perl itself.