Changes for 0.06002 v0.06002
Matt S Trout [Wed, 19 Apr 2006 23:45:47 +0000 (23:45 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index f32294b..0d1e740 100644 (file)
--- 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
index 784c131..f141676 100644 (file)
@@ -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) = @_;