summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Dancer/Template/Xslate.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Dancer/Template/Xslate.pm b/lib/Dancer/Template/Xslate.pm
index 9f1e2c7..ed7209c 100644
--- a/lib/Dancer/Template/Xslate.pm
+++ b/lib/Dancer/Template/Xslate.pm
@@ -54,11 +54,11 @@ You can configure L<Text::Xslate> :
template: xslate
engines:
- xslate:
- cache_dir => "/www/.../xslate_cache",
- cache => 1,
- module =>
- - Text::Xslate::Bridge::TT2 # to keep partial compatibility
+ xslate:
+ cache_dir => "/www/../xslate_cache",
+ cache => 1,
+ module =>
+ - Text::Xslate::Bridge::TT2 # to keep partial compatibility
=head1 SEE ALSO