summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-10-08 14:31:13 +0200
committerfranck cuny <franck@lumberjaph.net>2010-10-08 14:31:13 +0200
commitce4eea3727222e98510e8cfa90aecc7a6126ef5e (patch)
tree63d70c66b379c50fbbb2d3c76b11bf4e2cdbf7e1 /Makefile.PL
parentconfig as arg (diff)
downloadjitterbug-ce4eea3727222e98510e8cfa90aecc7a6126ef5e.tar.gz
layout
Diffstat (limited to '')
-rw-r--r--Makefile.PL22
1 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.PL b/Makefile.PL
index b7008fa..880131b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,19 +12,19 @@ WriteMakefile(
: () ),
PL_FILES => {},
PREREQ_PM => {
- 'Test::More' => 0,
- 'YAML' => 0,
- 'Dancer' => 1.1810,
- 'XML::Feed' => 0,
- 'DateTime' => 0,
- 'JSON' => 0,
+ 'Test::More' => 0,
+ 'YAML' => 0,
+ 'Dancer' => 1.1810,
+ 'XML::Feed' => 0,
+ 'DateTime' => 0,
+ 'JSON' => 0,
'Git::Repository' => 0,
- 'YAML' => 0,
+ 'YAML' => 0,
'Dancer::Template::Xslate' => 0,
- 'Dancer::Plugin::DBIC' => 0,
- 'DBIx::Class' => 0,
- 'SQL::Translator' => 0,
- 'Digest::MD5' => 0,
+ 'Dancer::Plugin::DBIC' => 0,
+ 'DBIx::Class' => 0,
+ 'SQL::Translator' => 0,
+ 'Digest::MD5' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'jitterbug-*' },