diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-13 17:18:21 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-13 17:18:21 +0200 |
| commit | 738500c2fa8c724a2c513ef84ebcba908311671b (patch) | |
| tree | 10a8deb05c4ac9412c0d9f32c72d70440b20590c /Makefile.PL | |
| parent | makefile (diff) | |
| download | stargit-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.PL | 1 |
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-*' }, |
