From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] network-functions.pl: declare use of smartmatch Date: Sat, 30 Jan 2021 20:52:42 +0100 Message-ID: <20210130195242.25421-1-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7078922836778675811==" List-Id: --===============7078922836778675811== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable perl complains about the use of experimental smartmatch feature if it is not declared. Signed-off-by: Arne Fitzenreiter --- config/cfgroot/network-functions.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/config/cfgroot/network-functions.pl b/config/cfgroot/network-fun= ctions.pl index 7bd6466e0..e94404f05 100644 --- a/config/cfgroot/network-functions.pl +++ b/config/cfgroot/network-functions.pl @@ -25,6 +25,7 @@ package Network; =20 require "/var/ipfire/general-functions.pl"; =20 +use experimental 'smartmatch'; use Socket; =20 # System ethernet configuration --=20 2.17.1 --===============7078922836778675811==--