Skip Menu |

This queue is for tickets about the Catalyst-Runtime CPAN distribution.

Report information
The Basics
Id: 46063
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: Nobody in particular
Requestors: taro [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 5.71001
Fixed in: 5.71001



Subject: Catalyst::DispatchType::Chaind: Warnings of Text::SimpleTable
Hi. I found to use chaind action. An application of to used chaind action output warning of Text::SimpleTable on start-up. I seem to have a lot of one header columns. Please refer to patch. Thanks.
Subject: Catalyst-DispatchType-Chained.patch
--- /opt/local/lib/perl5/site_perl/5.8.8/Catalyst/DispatchType/Chained.pm.org 2009-05-14 11:54:08.000000000 +0900 +++ /opt/local/lib/perl5/site_perl/5.8.8/Catalyst/DispatchType/Chained.pm 2009-05-14 11:54:54.000000000 +0900 @@ -46,7 +46,7 @@ my $column_width = Catalyst::Utils::term_width() - 35 - 9; my $paths = Text::SimpleTable->new( - [ 35, 'Path Spec' ], [ 36, 'Private' ], [ $column_width, 'Private' ] + [ 35, 'Path Spec' ], [ $column_width, 'Private' ] ); ENDPOINT: foreach my $endpoint (
Subject: Re: [rt.cpan.org #46063] Catalyst::DispatchType::Chaind: Warnings of Text::SimpleTable
Date: Thu, 14 May 2009 07:22:11 +0200
To: Daisuke Komatsu via RT <bug-Catalyst-Runtime [...] rt.cpan.org>
From: Florian Ragwitz <rafl [...] debian.org>
On Thu, May 14, 2009 at 12:18:24AM -0400, Daisuke Komatsu via RT wrote: Show quoted text
> I found to use chaind action. An application of to used chaind action > output warning of Text::SimpleTable on start-up.
This is already fixed in svn trunk and will be part of the next release, which is going to happen soon. -- BOFH excuse #359: YOU HAVE AN I/O ERROR -> Incompetent Operator error
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.