services.cgi: avoid experimental warnings

- 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@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Jon Murphy
2023-01-16 14:34:04 -06:00
committed by Michael Tremer
parent deb11b3f69
commit 4941ce0031

View File

@@ -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';