The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

YATT::Lite::Factory - Loader for YATT::Lite

SYNOPSIS

  use YATT::Lite::Factory;

  my $factory = YATT::Lite::Factory->new(vfs => [dir => $dir]);

  my $yatt = $factory->get_yatt('/');

  print $yatt->render(index => {title => "Hello!", user => "foobar"});

DESCRIPTION

XXX:

METHODS

get_yatt($location)

render($name, $args)