VERSION

Version 0.39

export

Serialise a plan hashref to a YAML file on disk.

Arguments

  • $plan

    A hashref representing the test plan to serialise.

  • $file

    A 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 }