From: David Kamholz <dkamholz@cpan.org>
Date: Wed, 12 Jul 2006 18:57:07 +0000 (+0000)
Subject: changes for _07
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=99eff28a70f637fce0a2f9e78e6622ffdf25c737;p=dbsrgits%2FDBIx-Class-Historic.git

changes for _07
---

diff --git a/Changes b/Changes
index 14f335b..a67d3c1 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for DBIx::Class
 
+0.06999_07 2006-07-12 20:58:05
+        - fix issue with from attr copying introduced in last release
+
 0.06999_06 2006-07-12 17:16:55
         - documentation for new storage options, fix S::A::L hanging on to $dbh
         - substantial refactor of search_related code to fix alias numbering
diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm
index 1949721..454689d 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.06999_06';
+$VERSION = '0.06999_07';
 
 sub MODIFY_CODE_ATTRIBUTES {
     my ($class,$code,@attrs) = @_;