NAME

XML::Grammar::Screenplay::FromProto - module that converts well-formed text representing a screenplay to an XML format.

new()

Accepts no arguments so far. May take some time as the grammar is compiled at that point.

meta()

Internal - (to settle pod-coverage.).

$self->convert({ source => { file => $path_to_file } })

Converts the file $path_to_file to XML and returns it.