summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-26 11:33:51 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-26 11:33:51 +0200
commit3126c48624af51b26f0fb3bbc87ea4836e380245 (patch)
treebd5cab86ab1ae3276a857b70e7d79378d4c35982
parentadd Changes (diff)
downloaddancer-template-xslate-3126c48624af51b26f0fb3bbc87ea4836e380245.tar.gz
fix POD
-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