]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/firewall.cgi
perl-scripts: suppress smartmatch experimental warning
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / firewall.cgi
index 45f7403222f2774ed906a95ee1fca34e062f242f..f54bf6f6c77a9b02e40a4ade84e33d260513afa6 100644 (file)
@@ -23,6 +23,7 @@ use strict;
 use Sort::Naturally;
 use utf8;
 use feature 'unicode_strings';
+use experimental 'smartmatch';
 
 no warnings 'uninitialized';