diff options
author | franck cuny <franck@lumberjaph.net> | 2010-09-26 11:33:51 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-09-26 11:33:51 +0200 |
commit | 3126c48624af51b26f0fb3bbc87ea4836e380245 (patch) | |
tree | bd5cab86ab1ae3276a857b70e7d79378d4c35982 | |
parent | add Changes (diff) | |
download | dancer-template-xslate-3126c48624af51b26f0fb3bbc87ea4836e380245.tar.gz |
fix POD
-rw-r--r-- | lib/Dancer/Template/Xslate.pm | 10 |
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 |