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