summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-06-13 17:18:21 +0200
committerfranck cuny <franck@lumberjaph.net>2011-06-13 17:18:21 +0200
commit738500c2fa8c724a2c513ef84ebcba908311671b (patch)
tree10a8deb05c4ac9412c0d9f32c72d70440b20590c /Makefile.PL
parentmakefile (diff)
downloadstargit-738500c2fa8c724a2c513ef84ebcba908311671b.tar.gz
add memcached; check if login exists else return 404
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index f357e6f..f868404 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,6 +26,7 @@ WriteMakefile(
'MooseX::ConfigFromFile' => 0.03,
'Log::Dispatchouli' => 2.005,
'Net::HTTP::Spore' => 0,
+ 'Cache::Memcached' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'StarGit-*' },