--- trunk/lib/Frey/Introspect.pm 2009/01/24 19:21:14 1012 +++ trunk/lib/Frey/Introspect.pm 2009/01/25 16:32:53 1017 @@ -330,6 +330,14 @@ } |); + my $right = join('
', + grep { $_ } ( + $runnable, + $has_tests, + $pod ? qq|pod| : '', + $source ? qq|source| : '', + ) + ); return join("\n", qq|

$class

@@ -338,11 +346,7 @@
$includes
- |, - join('
', grep { $_ } ( $runnable, $has_tests )), - $pod ? qq|pod| : '', - $source ? qq|source| : '', - qq| + $right
$table $pod