From: Dylan William Hardison Date: Sun, 7 Jul 2019 23:16:32 +0000 (-0400) Subject: add deps X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b42b24df59dc54c1a739e1f7fd9e12a07aeca79e;p=thirdparty%2Fbugzilla.git add deps --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 2c4478f9f8..83a1c5b7a8 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -64,11 +64,11 @@ use constant APACHE => qw(apachectl httpd apache2 apache); # If we don't find any of the above binaries in the normal PATH, # these are extra places we look. use constant APACHE_PATH => [qw( - /usr/sbin - /usr/local/sbin - /usr/libexec - /usr/local/libexec - )]; + /usr/sbin + /usr/local/sbin + /usr/libexec + /usr/local/libexec +)]; # The below two constants are subroutines so that they can implement # a hook. Other than that they are actually constants. @@ -114,6 +114,10 @@ sub REQUIRED_MODULES { version => ($^V >= v5.13.3) ? '1.614' : '1.54' }, + {package => 'DBIx-Connector', module => 'DBIx::Connector', version => '0.56',}, + + {package => 'Moo', module => 'Moo', version => '2.003004',}, + # 2.24 contains several useful text virtual methods. {package => 'Template-Toolkit', module => 'Template', version => '2.24'}, @@ -747,7 +751,7 @@ sub have_vers { my $blacklisted; if ($vok && $params->{blacklist}) { $blacklisted = grep($vnum =~ /$_/, @{$params->{blacklist}}); - $vok = 0 if $blacklisted; + $vok = 0 if $blacklisted; } if ($output) {