Revision history for DBIx::Class
+ - tweak to Componentised for Class::C3 0.11
+ - fixes for auto-inc under MSSQL
+
0.05006 2006-02-17 15:32:40
- storage fix for fork() and workaround for Apache::DBI
- made update(\%hash) work on row as well as rs
# 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.05006';
+$VERSION = '0.05007';
sub MODIFY_CODE_ATTRIBUTES {
my ($class,$code,@attrs) = @_;
my $table = { Class::C3::_dump_MRO_table };
eval "package $target; import Class::C3;" unless exists $table->{$target};
- Class::C3::reinitialize() if defined $table->{$target};
}
sub load_components {
my $base = $class->component_base_class;
my @comp = map { "${base}::$_" } grep { $_ !~ /^#/ } @_;
$class->_load_components(@comp);
+ Class::C3::reinitialize();
}
sub load_own_components {