Tue Sep 13 06:14:56 2005cpan.zerofive [...] googlemail.com - Ticket created
Subject:
@$mapping bug
I thought I filed this yesterday...
Maypole::Model::CDBI::related_class() uses @$mapping without first checking if $mapping is an arrayref. Breaks it's usage for has_a relationships.
d.
[DAVEBAIRD - Tue Sep 13 06:14:56 2005]:
Show quoted text
> I thought I filed this yesterday...
>
> Maypole::Model::CDBI::related_class() uses @$mapping without first
> checking if $mapping is an arrayref. Breaks it's usage for has_a
> relationships.
>
> d.
Tue Oct 11 14:37:54 2005TEEJAY [...] cpan.org - Correspondence added
[DAVEBAIRD - Tue Sep 13 06:17:20 2005]:
Show quoted text
> [DAVEBAIRD - Tue Sep 13 06:14:56 2005]:
>
> > I thought I filed this yesterday...
> >
> > Maypole::Model::CDBI::related_class() uses @$mapping without first
> > checking if $mapping is an arrayref. Breaks it's usage for has_a
> > relationships.
> >
> > d.
Tue Oct 11 14:43:02 2005TEEJAY [...] cpan.org - Correspondence added
[TEEJAY - Tue Oct 11 14:37:54 2005]:
Show quoted text
> [DAVEBAIRD - Tue Sep 13 06:17:20 2005]:
>
> > [DAVEBAIRD - Tue Sep 13 06:14:56 2005]:
> >
> > > I thought I filed this yesterday...
> > >
> > > Maypole::Model::CDBI::related_class() uses @$mapping without first
> > > checking if $mapping is an arrayref. Breaks it's usage for