X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=8bc4089d1aae59338e13dc095cf6d22502840ff7;hb=6e73ac255869e7fb3149915fb3fea41cc9507f43;hp=b6a089c4df341ce1265aa486ec43f5dd2265d321;hpb=cebfddb3f2a7b76b82e76bf24292ad5b46ab764b;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index b6a089c..8bc4089 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.07000'; +$VERSION = '0.07001'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -226,12 +226,16 @@ scotty: Scotty Allen sszabo: Stephan Szabo +zamolxes: Bogdan Lucaciu + Todd Lipcon wdh: Will Hawes gphat: Cory G Watson +dyfrgi: Michael Leuchtenmurg + =head1 LICENSE You may distribute this code under the same terms as Perl itself.