fix it again.

This commit is contained in:
Graham Ollis
2013-02-24 22:59:10 -05:00
parent 7cd976ea79
commit cb908430e5
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
Revision history for Mojolicious::Plugin::TtRenderer Revision history for Mojolicious::Plugin::TtRenderer
{{$NEXT}} {{$NEXT}}
- fix for test on solaris
1.41 February 23, 2013 1.41 February 23, 2013
- Additional testing diagnostics - Additional testing diagnostics

View File

@@ -6,7 +6,7 @@ use Test::More tests => 6;
use Test::Mojo; use Test::Mojo;
use Mojolicious::Lite; use Mojolicious::Lite;
plugin 'tt_renderer'; plugin 'tt_renderer' => { template_options => { COMPILE_DIR => tempdir( CLEANUP => 1 ) } };
app->renderer->default_handler('tt'); app->renderer->default_handler('tt');
get '/' => sub { get '/' => sub {