public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
[parent not found: <26DD6931-137C-4EAC-B6FA-667BCFDA9DD7@ipfire.org>]
* [PATCH] services.cgi: avoid experimental warnings
@ 2023-01-16 20:34 Jon Murphy
  2023-01-16 21:28 ` Bernhard Bitsch
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Murphy @ 2023-01-16 20:34 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 641 bytes --]

- add single line to code: no warnings 'experimental';
- corrects this issue:
    https://lists.ipfire.org/pipermail/development/2022-December/015113.html

Signed-off-by: Jon Murphy <jon.murphy(a)ipfire.org>
---
 html/cgi-bin/services.cgi | 1 +
 1 file changed, 1 insertion(+)

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 @@
 
 use strict;
 use feature "switch";
+no warnings 'experimental';
 # enable only the following on debugging purpose
 #use warnings;
 #use CGI::Carp 'fatalsToBrowser';
-- 
2.30.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-09 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <D2078C4D-C78B-4E0A-A480-66AD1CFC3A6A@ipfire.org>
2023-01-17 13:33 ` [PATCH] services.cgi: avoid experimental warnings Bernhard Bitsch
     [not found] <26DD6931-137C-4EAC-B6FA-667BCFDA9DD7@ipfire.org>
2023-02-09 16:39 ` Michael Tremer
2023-01-16 20:34 Jon Murphy
2023-01-16 21:28 ` Bernhard Bitsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox