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

Petal::CodeGenerator - Turns canonicalized XML files into Perl code.

SYNOPSIS

  use Petal::CodeGenerator;
  $code_data_ref = Petal::CodeGenerator->process ($base_dir, $canonical_data);

DESCRIPTION

METHODS

$class->process ($data_ref, $petal_object);

This (too big) subroutine converts the canonicalized template data into Perl code which is ready to be evaled and executed.

AUTHOR

Jean-Michel Hiver <jhiver@mkdoc.com>

This module is redistributed under the same license as Perl itself.