fix it again.
This commit is contained in:
1
Changes
1
Changes
@@ -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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user