forked from mattias-p/Whois-Selftest-Tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.PL
32 lines (32 loc) · 1023 Bytes
/
Makefile.PL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
require 5.014;
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'Whois::Selftest::Tool',
'EXE_FILES' => [
'script/whois-fetch-epp-repo-ids',
'script/whois-test'
],
'VERSION_FROM' => 'lib/PDT/TS/Whois.pm',
'PREREQ_PM' => {
'Test::MockObject' => 0,
'DateTime' => 0,
'URI' => 0,
'Regexp::IPv6' => '0.03',
'Text::CSV' => 0,
'Net::IP' => 0,
'File::Which' => 0,
'YAML::Syck' => 0,
'Readonly' => 0,
'Test::More' => 0,
'Test::Differences' => 0,
'Test::Exception' => 0,
'Text::CSV_XS' => 0,
'Net::IDN::Encode' => 0,
'File::Slurp' => 0
}
)
;