From: Peter Rabbitson Date: Fri, 13 Feb 2009 14:47:56 +0000 (+0000) Subject: 08012 shipped X-Git-Tag: v0.08012^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e62e7114327805085b86407865083038ac0a5ad9;p=dbsrgits%2FDBIx-Class.git 08012 shipped --- diff --git a/Changes b/Changes index fcc5792..fbce188 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index e270b30..af083ab 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.08011'; +$VERSION = '0.08012'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_;