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

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Fri Feb 5 17:13:34 GMT 2010


Author: ribasushi
Date: 2010-02-05 17:13:34 +0000 (Fri, 05 Feb 2010)
New Revision: 8559

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

Modified: DBIx-Class/0.08/trunk/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes	2010-02-05 17:01:33 UTC (rev 8558)
+++ DBIx-Class/0.08/trunk/Changes	2010-02-05 17:13:34 UTC (rev 8559)
@@ -1,6 +1,6 @@
 Revision history for DBIx::Class
 
-0.08116 2010-02-05 16:38:00 (UTC)
+0.08117 2010-02-05 17:10:00 (UTC)
         - Perl 5.8.1 is now the minimum supported version
         - Massive optimization of the join resolution code - now joins
           will be removed from the resulting SQL if DBIC can prove they

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class.pm	2010-02-05 17:01:33 UTC (rev 8558)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class.pm	2010-02-05 17:13:34 UTC (rev 8559)
@@ -25,7 +25,7 @@
 # Always remember to do all digits for the version even if they're 0
 # 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.08116';
+$VERSION = '0.08117';
 
 $VERSION = eval $VERSION; # numify for warning-free dev releases
 




More information about the Bast-commits mailing list