my @config = ( INCLUDE_PATH => '/Users/adrianh/Desktop/template/', ); my $template = Template->new({ EVAL_PERL => 1, LOAD_TEMPLATES => [ Template::Provider->new(@config), Recording::Provider->new(@config, DEFAULT => 'default.t2'), ], }) or die "could not make template\n";