Re: [CDBI] State of the DBIx::Class Class::DBI compatibility layer

Matt Sisk <sisk-LBXX0kWOOYtWk0Htik3J/[email protected]> Thu, 14 Feb 2008 09:39:40 -0500
Newsgroups gmane.comp.lang.perl.modules.class-dbi
Message-ID <[email protected]>
Matt S Trout wrote:
> I was considering making this work for DBIC by being able to say "delay
> relationship setup until I tell you I've got everything loaded".

Couldn't this be done like so:

1) the various has_a* invocations are notational in nature (the
relationships get stored in a class structure somewhere)

2) an END block handles processing the relationships after everything
has loaded

Matt