VERSION
Version 0.39
export
Serialise a plan hashref to a YAML file on disk.
Arguments
$planA hashref representing the test plan to serialise.
$fileA string. The path to the output YAML file.
Returns
Nothing.
API specification
input
{
self => { type => OBJECT },
plan => { type => HASHREF },
file => { type => 'string' },
}
output
{ type => UNDEF }