fix cpantesters failures based on permissions

This commit is contained in:
Graham Ollis
2013-01-12 09:05:35 -05:00
parent 1fe6401667
commit 88041ec8b0
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
Revision history for Mojolicious::Plugin::TtRenderer
{{$NEXT}}
- fix default_template2.t to use temp directory for COMPILE_DIR
1.36 January 9, 2013
- Use $provider->fetch to find templates (GH#34)

View File

@@ -14,6 +14,7 @@ my $tt = Mojolicious::Plugin::TtRenderer::Engine->build(
UNICODE => 1,
ENCODING => 'UTF-8',
INCLUDE_PATH => "$Bin/templates",
COMPILE_DIR => tempdir( CLEANUP => 1 ),
}
);