--- trunk/lib/Frey/Introspect.pm 2009/01/25 16:32:53 1017 +++ trunk/lib/Frey/Introspect.pm 2009/01/25 16:45:43 1018 @@ -334,11 +334,12 @@ grep { $_ } ( $runnable, $has_tests, - $pod ? qq|pod| : '', - $source ? qq|source| : '', + ( $pod ? qq|pod| : '' ) . ' ' . + ( $source ? qq|source| : '' ) ) ); - return join("\n", + + return qq|

$class

@@ -354,8 +355,8 @@

Source

$source
- |, - ); + | + ; } =head1 SEE ALSO