From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] services.cgi: avoid experimental warnings Date: Thu, 09 Feb 2023 17:39:00 +0100 Message-ID: <801C9382-7267-4832-898D-9DE6769F67AA@ipfire.org> In-Reply-To: <26DD6931-137C-4EAC-B6FA-667BCFDA9DD7@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3324303285280061309==" List-Id: --===============3324303285280061309== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, No, it doesn=E2=80=99t look like it: https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dhistory;f=3Dhtml/cgi-bin/ser= vices.cgi;h=3D3c0f27f99ff72f9f96132787017f218ea79fbd1a;hb=3DHEAD I will merge it into next. As it is only cosmetic, I will avoid rebuilding ma= ster for a little while. We will have to do this later on anyways. -Michael > On 8 Feb 2023, at 04:29, jon wrote: >=20 > Peter, >=20 > Was this patch to be included in CU 173? >=20 > Jon >=20 >=20 > Jon Murphy > jon.murphy(a)ipfire.org >=20 >=20 >=20 >> On Jan 16, 2023, at 2:34 PM, Jon Murphy wrote: >>=20 >> - add single line to code: no warnings 'experimental'; >> - corrects this issue: >> https://lists.ipfire.org/pipermail/development/2022-December/015113.html >>=20 >> Signed-off-by: Jon Murphy >> --- >> html/cgi-bin/services.cgi | 1 + >> 1 file changed, 1 insertion(+) >>=20 >> diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi >> index 3c0f27f99..0d06ab5fe 100644 >> --- a/html/cgi-bin/services.cgi >> +++ b/html/cgi-bin/services.cgi >> @@ -21,6 +21,7 @@ >>=20 >> use strict; >> use feature "switch"; >> +no warnings 'experimental'; >> # enable only the following on debugging purpose >> #use warnings; >> #use CGI::Carp 'fatalsToBrowser'; >> --=20 >> 2.30.2 >>=20 >>=20 >=20 --===============3324303285280061309==--