From: Ash Berlin Date: Fri, 16 Nov 2007 14:30:51 +0000 (+0000) Subject: Version bump X-Git-Tag: v0.08010~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=af8b962fc3f82104ee7067165e3b32a650603220 Version bump --- diff --git a/Changes b/Changes index b1b63a5..4c5c48e 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ Revision history for DBIx::Class + +0.08008 2007-11-16 14:30:00 - Fixed join merging bug (test from Zby) - When adding relationships, it will throw an exception if you get the foreign and self parts the wrong way round in the condition diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 0a09cd5..aa4ccaf 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.08007'; +$VERSION = '0.08008'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_;