[Catalyst-dev] [Patch] Bug in warning message in
Catalyst::Component (5.8001)
Tomas Doran
bobtfish at bobtfish.net
Mon Apr 20 08:53:00 GMT 2009
On 20 Apr 2009, at 04:31, Emanuele Zeppieri wrote:
> Line 82 in Catalyst::Component (5.8001) says:
>
> warn "Your linearised isa hierarchy is: " . join(', ',
> mro::get_linear_isa($class)) . "\n";
>
> however mro::get_linear_isa() returns an arrayref, not a list.
Gagh, I always get that wrong. Well spotted.
> Patch attached.
>
> P.S.
>
> The patch applies s/linearised/linearized/ as well, since it sounds
> more familiar to my foreign ear: please drop that change (and
> forgive me) if I'm wrong.
>
No thats fine, all the rest of Catalyst is in en_US, even if en_GB
comes out my fingers naturally ;)
Many thanks for the patch, applied as r9752.
Cheers
t0m
More information about the Catalyst-dev
mailing list