From: Peter Rabbitson Date: Mon, 9 Feb 2009 09:25:58 +0000 (+0000) Subject: Apparently ready to roll as 0.08011 X-Git-Tag: v0.08011~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=42caf72c330d2cd0c48214da3157ded708212d1c;p=dbsrgits%2FDBIx-Class.git Apparently ready to roll as 0.08011 --- diff --git a/Changes b/Changes index d75bf9b..0dd1b22 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 1e9a7bd..e270b30 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -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.08010'; +$VERSION = '0.08011'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_;