X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;fp=lib%2FCatalyst.pm;h=d36979d1c68a39f291a92a59d99d1fb85d652710;hp=46fc5223a89bf7fcb1c8a8d6af00f050313ce92c;hb=456f6735048a4d18be96b3dff3480e9368405ec0;hpb=499d8ef4a5eab612d4815a053743824460f7ea83 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 46fc522..d36979d 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1022,8 +1022,8 @@ EOF $class->debug and my $comps = $class->container->get_all_component_services($class) ) { - my $column_width = Catalyst::Utils::term_width() - 8 - 9; - my $t = Text::SimpleTable->new( [ $column_width, 'Class' ], [ 8, 'Lifecycle' ] ); + my $column_width = Catalyst::Utils::term_width() - 16 - 9; + my $t = Text::SimpleTable->new( [ $column_width, 'Class' ], [ 16, 'Lifecycle' ] ); # FIXME # I don't really know what we're going to show here