use strict;
use vars qw($VERSION $CLASS);
-$VERSION = '0.17';
+$VERSION = '0.17_01';
$CLASS = __PACKAGE__;
my $IsVMS = $^O eq 'VMS';
if( defined $name ) {
$name =~ s|#|\\#|g; # # in a name can confuse Test::Harness.
$out .= " - $name";
- $result->{name} = $name;
+ $result->{name} = "$name";
}
else {
$result->{name} = '';
if( $todo ) {
my $what_todo = $todo;
$out .= " # TODO $what_todo";
- $result->{reason} = $what_todo;
+ $result->{reason} = "$what_todo";
$result->{type} = 'todo';
}
else {