This commit is contained in:
Christophe Maudoux 2020-03-28 00:17:25 +01:00
parent 805ec9bce2
commit 5842bcfc56

View File

@ -67,7 +67,7 @@ sub build_jail {
$self->customFunctions ? split( /\s+/, $self->customFunctions ) : ();
foreach (@builtCustomFunctions) {
no warnings 'redefine';
$api->logger->debug("Custom function : $_");
$api->logger->debug("Custom function: $_");
my $sub = $_;
unless (/::/) {
$sub = "$self\::$_";