diff --git a/Changes b/Changes index 644637b..66fefcc 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Mojolicious::Plugin::TtRenderer {{$NEXT}} + - fix for test on solaris 1.41 February 23, 2013 - Additional testing diagnostics diff --git a/t/default_handler_no_templates_dir.t b/t/default_handler_no_templates_dir.t index c567c06..6daf698 100644 --- a/t/default_handler_no_templates_dir.t +++ b/t/default_handler_no_templates_dir.t @@ -6,7 +6,7 @@ use Test::More tests => 6; use Test::Mojo; use Mojolicious::Lite; -plugin 'tt_renderer'; +plugin 'tt_renderer' => { template_options => { COMPILE_DIR => tempdir( CLEANUP => 1 ) } }; app->renderer->default_handler('tt'); get '/' => sub {