NAME

t/07-double-file-cache.t

OBJECTIVE

Test the previous untested double_file_cache option to HTML::Template::new().

$template = HTML::Template->new(
    path => ['templates/'],
    filename => 'simple.tmpl',
    double_file_cache => 1,
    file_cache_dir => './blib/temp_cache_dir',
);