diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-18 18:38:53 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-18 18:41:31 +0100 |
commit | 9168cd769df03bf657fee4d287b5ef1ed11bde8e (patch) | |
tree | 36ff35e59ee8c380a22dd8eaf3205ad000fe12b4 | |
parent | 60adb1e8635996a1b4ef96bcf3ef99ca01505b46 (diff) |
Reinstate FCGI module for Plack FCGI handler usagev2.1
-rw-r--r-- | cpanfile | 1 | ||||
-rw-r--r-- | cpanfile.snapshot | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -54,6 +54,7 @@ requires 'Email::MIME'; requires 'Email::Sender'; requires 'Email::Valid'; requires 'Error'; +requires 'FCGI'; # Required by e.g. Plack::Handler::FCGI requires 'File::Find'; requires 'File::Path'; requires 'File::Slurp'; diff --git a/cpanfile.snapshot b/cpanfile.snapshot index 51d284789..a5f8a9bbb 100644 --- a/cpanfile.snapshot +++ b/cpanfile.snapshot @@ -2818,6 +2818,12 @@ DISTRIBUTIONS File::Spec 0.8 Pod::Man 0 perl 5.006 + FCGI-0.74 + pathname: F/FL/FLORA/FCGI-0.74.tar.gz + provides: + FCGI 0.74 + requirements: + ExtUtils::MakeMaker 0 File-ChangeNotify-0.23 pathname: D/DR/DROLSKY/File-ChangeNotify-0.23.tar.gz provides: |