Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

use 5.006;
use strict;
WriteMakefile(
NAME => 'Net::Domain::Registration::Check',
AUTHOR => q{Peng Yonghua <pyh@cpan.org>},
VERSION_FROM => 'lib/Net/Domain/Registration/Check.pm',
ABSTRACT_FROM => 'lib/Net/Domain/Registration/Check.pm',
LICENSE => 'artistic_2',
PL_FILES => {},
MIN_PERL_VERSION => 5.006,
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => 0,
},
BUILD_REQUIRES => {
'Test::More' => 0,
},
PREREQ_PM => {
#'ABC' => 1.6,
#'Foo::Bar::Module' => 5.0401,
'Net::DNS' => 0,
'Net::Domain::TLD' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Net-Domain-Registration-Check-*' },
);