summary refs log tree commit diff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-26 10:55:42 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-26 10:55:42 +0200
commit38cd7468e1b69fddf76f3d528dd2195e1f87da47 (patch)
treeea91e50a5056efe72b37bc9617f4b98f00a7adac /Makefile.PL
parentfix test (diff)
downloadjitterbug-38cd7468e1b69fddf76f3d528dd2195e1f87da47.tar.gz
xslate was missing
Diffstat (limited to '')
-rw-r--r--Makefile.PL19
1 files changed, 10 insertions, 9 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 116eb3b..a4ebccc 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,15 +12,16 @@ WriteMakefile(
         : () ),
     PL_FILES  => {},
     PREREQ_PM => {
-        'Test::More'     => 0,
-        'YAML'           => 0,
-        'Dancer'         => 1.1810,
-        'Redis'          => 0,
-        'XML::Feed'      => 0,
-        'DateTime'       => 0,
-        'JSON'           => 0,
-        'Git:Repository' => 0,
-        'YAML'           => 0,
+        'Test::More'              => 0,
+        'YAML'                    => 0,
+        'Dancer'                  => 1.1810,
+        'Redis'                   => 0,
+        'XML::Feed'               => 0,
+        'DateTime'                => 0,
+        'JSON'                    => 0,
+        'Git:Repository'          => 0,
+        'YAML'                    => 0,
+        'Dancer::Templae::Xslate' => 0,
     },
     dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean => { FILES    => 'jitterbug-*' },