[Dbix-class] Catalyst::Model::DBIC::Schema

Brandon Black blblack at gmail.com
Thu Feb 9 07:37:38 CET 2006


On 2/8/06, Daisuke Murase <typester at cpan.org> wrote:
> One more thing I noticed.
>
> It doesn't read MyApp->config->{'Model::Foo'}.
>
> I guess :
>
>     $self = $self->NEXT::new($c);
>
> should be :
>
>     $self = $self->NEXT::new($c, $_[-1]);
>
> or
>     my $self = shift->NEXT::new(@_);
>
>
> I now like this module and ACCEPT_CONTEXT hooks.
> Nice work!

Thanks, you're right, I've patched this problem as well, and updated
svn and the new snapshot:

http://www.dtmf.com/Catalyst-Model-DBIC-Schema-0.02.tar.gz

-- Brandon



More information about the Dbix-class mailing list