[Bast-commits] r5429 - in DBIx-Class/0.08/branches/stopgap: .
lib/DBIx
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Mon Feb 9 09:25:59 GMT 2009
Author: ribasushi
Date: 2009-02-09 09:25:58 +0000 (Mon, 09 Feb 2009)
New Revision: 5429
Modified:
DBIx-Class/0.08/branches/stopgap/Changes
DBIx-Class/0.08/branches/stopgap/lib/DBIx/Class.pm
Log:
Apparently ready to roll as 0.08011
Modified: DBIx-Class/0.08/branches/stopgap/Changes
===================================================================
--- DBIx-Class/0.08/branches/stopgap/Changes 2009-02-07 18:20:07 UTC (rev 5428)
+++ DBIx-Class/0.08/branches/stopgap/Changes 2009-02-09 09:25:58 UTC (rev 5429)
@@ -1,5 +1,9 @@
Revision history for DBIx::Class
+0.08011 2009-02-09 12:00:00 (UTC)
+ - Maintenance release introducing compatibilty with upcoming
+ versions of SQL::Translator and SQL::Abstract
+
0.08010 2008-03-01 10:30
- Fix t/94versioning.t so it passes with latest SQL::Translator
Modified: DBIx-Class/0.08/branches/stopgap/lib/DBIx/Class.pm
===================================================================
--- DBIx-Class/0.08/branches/stopgap/lib/DBIx/Class.pm 2009-02-07 18:20:07 UTC (rev 5428)
+++ DBIx-Class/0.08/branches/stopgap/lib/DBIx/Class.pm 2009-02-09 09:25:58 UTC (rev 5429)
@@ -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.08010';
+$VERSION = '0.08011';
sub MODIFY_CODE_ATTRIBUTES {
my ($class,$code, at attrs) = @_;
More information about the Bast-commits
mailing list