Fix noisy warning
Some checks are pending
Tests / prove (push) Waiting to run
Package and upload artifacts / build (push) Waiting to run

This commit is contained in:
Ilia Ross
2026-06-22 12:52:32 +02:00
parent 886352c6e8
commit 4064f0675c

View File

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