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
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/