From: Peter Rabbitson Date: Tue, 26 May 2009 20:02:29 +0000 (+0000) Subject: Release 0.08103 X-Git-Tag: v0.08103^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e911e7ffb05bea10c1598a3c662a9b4639bce5a3;p=dbsrgits%2FDBIx-Class.git Release 0.08103 --- diff --git a/Changes b/Changes index 5ecb57d..1317943 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class +0.08103 2009-05-26 19:50:00 (UTC) - Multiple $resultset -> count/update/delete fixes. Now any of these operations will succeed, regardless of the complexity of $resultset. distinct, group_by, join, prefetch are all diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 3c7933f..3f8acd3 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -24,7 +24,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.08102'; +$VERSION = '0.08103'; $VERSION = eval $VERSION; # numify for warning-free dev releases