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

Changes for version 4.04_02

  • Add support for templates stored in file handles and scalarrefs to load_tmpl(). (Jason Purdy)

Changes for version 4.04_01

  • move load_tmpl hook to after we build $tmpl_file so it will always have a (probably) valid file to work with.
  • initial support for a default template name in load_tmpl(). That means you can now do this:
    • my $t = $self->load_tmpl();
    • And it will default to a file named after the current run mode with a .html extension.