[Bast-commits] r6436 - in DBIx-Class/0.08/trunk: . lib/DBIx

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Tue May 26 20:02:29 GMT 2009


Author: ribasushi
Date: 2009-05-26 20:02:29 +0000 (Tue, 26 May 2009)
New Revision: 6436

Modified:
   DBIx-Class/0.08/trunk/Changes
   DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
Log:
Release 0.08103

Modified: DBIx-Class/0.08/trunk/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes	2009-05-26 19:28:49 UTC (rev 6435)
+++ DBIx-Class/0.08/trunk/Changes	2009-05-26 20:02:29 UTC (rev 6436)
@@ -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

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class.pm	2009-05-26 19:28:49 UTC (rev 6435)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class.pm	2009-05-26 20:02:29 UTC (rev 6436)
@@ -24,7 +24,7 @@
 # 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
 




More information about the Bast-commits mailing list