summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
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-*' },