The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use strict;
use warnings;
use inc::Module::Install;

name	 'Net-DNSBL-Client';
all_from 'lib/Net/DNSBL/Client.pm';

requires 'Net::DNS::Resolver';
requires 'IO::Socket';

test_requires 'Test::More' => '0.82';
test_requires 'Test::Deep';
test_requires 'Test::Exception';

install_script 'script/dnsblcheck';

WriteAll;