Bug 20776: Add Selenium::Remote::Driver to the dependency list
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 17 May 2018 13:33:32 +0000 (10:33 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 7 Sep 2018 13:33:18 +0000 (13:33 +0000)
This dependency is missing from the PerlDependencies.pm file.
This patch adds it.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Installer/PerlDependencies.pm

index 81f82fd..2525a6b 100644 (file)
@@ -817,6 +817,11 @@ our $PERL_DEPS = {
         required => 1,
         min_ver => '1.00',
     },
+    'Selenium::Remote::Driver' => {
+        usage    => 'Testing suite',
+        required => 0,
+        min_ver  => '1.27'
+    },
     'Sereal::Encoder' => {
         'usage'    => 'Caching',
         'required' => '1',