[Catalyst] [PATCH] Catalyst::DispatchType::Chained (5.7101, 5.80001)

Tomas Doran bobtfish at bobtfish.net
Mon Apr 20 08:58:12 GMT 2009


On 20 Apr 2009, at 03:16, Oleg Kostyuk wrote:
>
> As I see, we don't have this error in 5.80001, but we have other error
> nearly to same place:
> ======================================================================
> --- Chained.pm.orig     2009-04-20 05:10:24.000000000 +0300
> +++ Chained.pm  2009-04-20 05:11:17.000000000 +0300
> @@ -86,7 +86,7 @@
>
>      my $has_unattached_actions;
>      my $unattached_actions = Text::SimpleTable->new(
> -        [ 35, 'Private' ], [ 36, 'Missing parent' ],
> +        [ 35, 'Private' ], [ $column_width, 'Missing parent' ],
>      );

Many thanks, applied as r9753

t0m




More information about the Catalyst mailing list