aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2013-05-29 13:27:46 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2013-05-29 13:27:46 +0100
commita073247d41b2528d567d3149ea5b2ceb8f76bab7 (patch)
tree5c9039c561b39fca18efcb7de37ab320c9ea4fca
parent8a8390ec95a1e6106fde36395a388e2d6af8fed7 (diff)
Module needed by included module.
I guess it's mySociety::Web, which should probably stop being used, it's not really needed.
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index c40daf5b9..d0a52d6e9 100644
--- a/cpanfile
+++ b/cpanfile
@@ -42,6 +42,7 @@ requires 'Email::Send::SMTP';
requires 'Email::Simple';
requires 'Email::Valid';
requires 'Error';
+requires 'FCGI';
requires 'File::Find';
requires 'File::Path';
requires 'File::Slurp';