From: Matt S Trout Date: Wed, 20 Jun 2007 06:39:49 +0000 (+0000) Subject: 08002 X-Git-Tag: v0.08010~140 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6fa7228e957396834c14599dbf44394018c21164;p=dbsrgits%2FDBIx-Class.git 08002 --- diff --git a/Changes b/Changes index 7b49884..09b0f6f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class +0.08002 2007-06-20 06:10:00 - add scope guard to Row::insert to ensure rollback gets called - more heuristics in Row::insert to try and get insert order right - eliminate vestigial code in PK::Auto diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 9f55fc6..e392b8f 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -18,7 +18,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.08001'; +$VERSION = '0.08002'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_;