Compare commits

...
Author SHA1 Message Date
Graham Ollis 88041ec8b0 fix cpantesters failures based on permissions 2013-01-12 09:05:35 -05:00
Graham Ollis 1fe6401667 update Changes 2013-01-09 14:19:22 -05:00
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -1,6 +1,10 @@
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)
1.35 December 30, 2012
- Documentation fix
+1
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 ),
}
);