The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

YAML::YuyuPress - Tool for making presentacions out of YAML files.

SYNOPSIS

    my $yuyu = new YAML::YuyuPress( { plantilla => 'plantilla.tmpl',
                                          contenido => 'contenido.yaml' } );

DESCRIPTION

    Program for making presentations out of YAML files. Can be used as a module
    or from the C<yuyupress> script

Hereda de la clase Yuyu y de la HTTP::Server::Simple para servir páginas

METHODS

handle_request CGI

This routine is called whenever your server gets a request it can handle. It's called with a CGI object that's been pre-initialized. You want to override this method in your subclass

1 POD Error

The following errors were encountered while parsing the POD:

Around line 21:

Non-ASCII character seen before =encoding in 'páginas'. Assuming CP1252