John Li wrote:
> Thanks, Matt.
>
> I also found 'constraint' and 'exclude' in the code before getting this
> message.
>
> foreach my $table (@tables) {
> my $constraint = $self->constraint;
> my $exclude = $self->exclude;
>
> next unless $table =~ /$constraint/;
> next if defined $exclude && $table =~ /$exclude/;
> ...
> }
>
> Thanks again for pointing out the documentation :)
Yeah well, I had to actually read the docs first since I've never used a
Loader and never plan to :)
_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/