From: Matt S Trout Date: Wed, 19 Apr 2006 23:45:47 +0000 (+0000) Subject: Changes for 0.06002 X-Git-Tag: v0.06002^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2Fv0.06002;p=dbsrgits%2FDBIx-Class.git Changes for 0.06002 --- diff --git a/Changes b/Changes index f32294b..0d1e740 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for DBIx::Class -0.06002 +0.06002 2006-04-20 00:42:41 - fix set_from_related to accept undef - fix to Dumper-induced hash iteration bug - fix to copy() with non-composed resultsource diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 784c131..f141676 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.06001'; +$VERSION = '0.06002'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_;