X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=77fddc2a384650069bcb7200cc52a23a9b72a39d;hb=181a28f4e04c13a37fe4a5b6357d85e1da63dbc4;hp=6bedd0623c89129b45c5592c68e00b7e0f715266;hpb=ef9405823b80d479c833e3a2c18a31fe1f7e40d7;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 6bedd06..77fddc2 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.05002'; +$VERSION = '0.05007'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -160,6 +160,12 @@ Jesper Krogh Brandon Black +Scotty Allen + +sc_ + +Justin Guenther + =head1 LICENSE You may distribute this code under the same terms as Perl itself.