[Bast-commits] r5468 - in DBIx-Class/0.08/branches/stopgap: . lib/DBIx

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Fri Feb 13 14:47:56 GMT 2009


Author: ribasushi
Date: 2009-02-13 14:47:56 +0000 (Fri, 13 Feb 2009)
New Revision: 5468

Modified:
   DBIx-Class/0.08/branches/stopgap/Changes
   DBIx-Class/0.08/branches/stopgap/lib/DBIx/Class.pm
Log:
08012 shipped

Modified: DBIx-Class/0.08/branches/stopgap/Changes
===================================================================
--- DBIx-Class/0.08/branches/stopgap/Changes	2009-02-13 11:29:37 UTC (rev 5467)
+++ DBIx-Class/0.08/branches/stopgap/Changes	2009-02-13 14:47:56 UTC (rev 5468)
@@ -1,5 +1,8 @@
 Revision history for DBIx::Class
 
+0.08012 2009-02-13 12:00:00 (UTC)
+        - Add omitted dependencies in Makefile.PL
+
 0.08011 2009-02-11 16:30:00 (UTC)
         - Maintenance release introducing compatibilty with upcoming
           versions of SQL::Translator and SQL::Abstract

Modified: DBIx-Class/0.08/branches/stopgap/lib/DBIx/Class.pm
===================================================================
--- DBIx-Class/0.08/branches/stopgap/lib/DBIx/Class.pm	2009-02-13 11:29:37 UTC (rev 5467)
+++ DBIx-Class/0.08/branches/stopgap/lib/DBIx/Class.pm	2009-02-13 14:47:56 UTC (rev 5468)
@@ -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.08011';
+$VERSION = '0.08012';
 
 sub MODIFY_CODE_ATTRIBUTES {
   my ($class,$code, at attrs) = @_;




More information about the Bast-commits mailing list