Tiny bug in QohA/File/Template.pm for template dir (OPAC)
sub check_valid_template
    $template_dir =
      File::Spec->rel2abs("koha-tmpl/$interface/prog/en/modules");
This is wrong, but the variable is no longer used. Can be removed.