[Catalyst-dev] Possible bug in Catalyst-Devel-1.05 [Patch]
Marcus Ramberg
marcus at nordaaker.com
Wed Apr 9 07:20:29 BST 2008
n 9. april. 2008, at 08.08, Emanuele Zeppieri wrote:
> Good morning!
>
> Marcus,
>
> is the following (line 622) in Helper.pm correct?
>
> [% name %]->plugins(qw/-Debug ConfigLoader Static::Simple/);
>
> since there is no "plugins" method in Catalyst.pm <= 5.7012 ...
>
> If I understand correctly, according to the /new style/, it should
> instead be:
>
> __PACKAGE__->setup(qw/-Debug ConfigLoader Static::Simple/);
>
> In case I'm right, the attached patch does just that.
>
Thanks Emanuele.
Not sure how that slipped through :( 1.06 on it's way to CPAN.
Marcus
More information about the Catalyst-dev
mailing list