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
# 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) = @_;