diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-05-29 13:27:46 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-05-29 13:27:46 +0100 |
commit | a073247d41b2528d567d3149ea5b2ceb8f76bab7 (patch) | |
tree | 5c9039c561b39fca18efcb7de37ab320c9ea4fca /cpanfile | |
parent | 8a8390ec95a1e6106fde36395a388e2d6af8fed7 (diff) |
Module needed by included module.
I guess it's mySociety::Web, which should probably stop being used,
it's not really needed.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'; |