NAME
Text::Amuse::Compile::MuseHeader - Module to parse muse metadata
DESCRIPTION
This class is still a work in progress.
METHODS
new(\%header)
Constructor. It accepts only one mandatory argument with the output of muse_fast_scan_header (an hashref).
wants_slides
Return true if slides are needed. False if #slides
is not present or "no" or "false".
header
The cleaned and lowercased header. Directives with underscores are ignored.
language
Defaults to en if not present.
INTERNALS
BUILDARGS
Moo-ifies the constructor.