From: Matt S Trout Date: Sat, 8 Apr 2006 21:53:55 +0000 (+0000) Subject: 0.06001 changes X-Git-Tag: v0.06001^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d1c49b8641f79bfe316e018d127848966616a08;p=dbsrgits%2FDBIx-Class.git 0.06001 changes --- diff --git a/Changes b/Changes index c5f3186..d7e4333 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for DBIx::Class 0.06001 + - minor fix to update in case of undefined rels + - fixes for cascade delete + - substantial improvements and fixes to deploy - Added fix for quoting with single table - Substantial fixes and improvements to deploy - slice now uses search directly diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 488a5c2..784c131 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -13,7 +13,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.06000'; +$VERSION = '0.06001'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_;