--- trunk/lib/Frey/Introspect.pm 2008/11/24 21:36:01 501 +++ trunk/lib/Frey/Introspect.pm 2008/11/24 22:56:41 506 @@ -238,7 +238,7 @@ $has_tests = '
test' . ( $#tests > 0 ? 's' : '' ) . ': ' . join("\n", map { - qq|$_| + qq|$_| } @tests ); }