--- trunk/lib/Frey/Test/Runner.pm 2008/11/24 21:35:34 500 +++ trunk/lib/Frey/Test/Runner.pm 2008/11/24 21:50:05 503 @@ -40,7 +40,7 @@ my $tests; map { - $tests->{$_}++ if m{\.t$}; + $tests->{$_}->{'test modified'}++ if m{\.t$}; } @{ $self->tests }; map { @@ -95,8 +95,12 @@ . join(' ', map { -# qq|$_| - qq|$_| + if ( m{\s} ) { + $_ # human comment with space + } else { + qq|$_| +# qq|$_| + } } keys %{ $tests->{$_} } ) } @tests )