BEGIN {
chdir 't';
}
else {
}
}
my @Expected_Details;
actual_ok => 1,
type => '',
reason => ''
};
# Inline TODO tests will confuse pre 1.20 Test::Harness, so we
# should just avoid the problem and not print it out.
require TieOut;
}
actual_ok => 1,
type => 'skip',
};
actual_ok => 0,
type => 'todo',
};
}
actual_ok => 0,
type => 'todo_skip',
reason => 'i need both'
};
actual_ok => 1,
type => '',
};
print "ok 6 - current_test incremented\n";
type => 'unknown',
};
'details() should return a list of all test details');