Suppress given and when is experimental warnings
This commit is contained in:
@@ -26,6 +26,7 @@ use threads::shared;
|
||||
use feature qw(switch);
|
||||
use strict;
|
||||
use warnings;
|
||||
no warnings qw(experimental::smartmatch);
|
||||
|
||||
sub verifyRequestPrivileges {
|
||||
my $aRequest = $_[0];
|
||||
|
||||
Reference in New Issue
Block a user