mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
committed by
Michael Tremer
parent
deb11b3f69
commit
4941ce0031
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user