I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-02-19 01:16:19-08 by mreece in response to 132
Re: overriding factory templates
changing line 263 (or near there, i've added and removed so many debugging statements that my line numbers may be slightly off) from

$m->prefix_comp_root( "table=>$table_comp_root" ) if -d $table_comp_root;

to

$m->prefix_comp_root( $self->table . "=>$table_comp_root" ) if -d $table_comp_root;

seems to fix this. now compiled components get written to and retrieved from {data_dir}/obj/{table_name}/ instead of "obj/table/"
Direct Responses: 136 | 137 | Write a response