mirror of
https://github.com/webmin/webmin.git
synced 2026-06-22 12:10:28 +01:00
Fix noisy warning
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
no warnings 'uninitialized';
|
||||
no warnings 'once';
|
||||
use lib ("$ENV{'PERLLIB'}/vendor_perl");
|
||||
use Net::WebSocket::Server;
|
||||
use IO::Socket::INET;
|
||||
|
||||
Reference in New Issue
Block a user