mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
perl-scripts: suppress smartmatch experimental warning
smartmatch was introduced with perl 5.10 and was marked as experimental in 5.14 Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -23,6 +23,7 @@ use strict;
|
||||
use Sort::Naturally;
|
||||
use utf8;
|
||||
use feature 'unicode_strings';
|
||||
use experimental 'smartmatch';
|
||||
|
||||
no warnings 'uninitialized';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user