NAME

t/05-blind-cache.t

OBJECTIVE

Test the previously untested blind_cache option to constructor HTML::Template::new().

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