Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88041ec8b0 | ||
|
|
1fe6401667 |
@@ -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
|
||||
|
||||
@@ -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 ),
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user