Release 0.08103 v0.08103
Peter Rabbitson [Tue, 26 May 2009 20:02:29 +0000 (20:02 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 5ecb57d..1317943 100644 (file)
--- 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
index 3c7933f..3f8acd3 100644 (file)
@@ -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