# 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.
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'},
my $blacklisted;
if ($vok && $params->{blacklist}) {
$blacklisted = grep($vnum =~ /$_/, @{$params->{blacklist}});
- $vok = 0 if $blacklisted;
+ $vok = 0 if $blacklisted;
}
if ($output) {