Bug 20920: Add missing dependency on CGI::Compile
authorJérôme Charaoui <jcharaoui@cmaisonneuve.qc.ca>
Wed, 20 Jun 2018 18:25:20 +0000 (14:25 -0400)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 2 Jul 2018 11:24:10 +0000 (11:24 +0000)
Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Installer/PerlDependencies.pm

index 130740c..eef0401 100644 (file)
@@ -898,6 +898,11 @@ our $PERL_DEPS = {
         required => '1',
         min_ver  => '0.20',
     },
+    'CGI::Compile' => {
+       usage    => 'Plack',
+       required => '1',
+       min_ver  => '0.17'
+    },
 };
 
 1;