X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FBase.pm;h=a866f1b216c5c7978c0ad888e950700c2f9b7731;hb=8c70d2c7f81d0a093bce7936293025d86321114c;hp=649f037e591f0572a8f76e3e932ba9f4eabb57a7;hpb=c697835eacc34e76036a6e91cc4b0bc1ccd05f69;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index 649f037..a866f1b 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -1069,7 +1069,7 @@ sub _load_tables { local $self->{dump_directory} = $self->{temp_directory}; $self->_reload_classes(\@tables); $self->_load_relationships($_) for @tables; -# $self->_relbuilder->cleanup; # this breaks perl 5.8.x + $self->_relbuilder->cleanup; $self->{quiet} = 0; # Remove that temp dir from INC so it doesn't get reloaded