Add missing use statement for NetAddr::IP to whitelist plugin (#310)

I forgot to add the use statement from #287 when adding the ip-range whitelist feature in 2021.
This commit is contained in:
Andreas Erhard 2023-09-04 18:47:24 +02:00 committed by GitHub
parent 4b1dc39dd6
commit 265672ce2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ use strict;
use warnings;
use Qpsmtpd::Constants;
use NetAddr::IP;
my $VERSION = 0.02;