-
Notifications
You must be signed in to change notification settings - Fork 8
/
Makefile.PL
26 lines (26 loc) · 854 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
# Note: this file was auto-generated by Module::Build::Compat version 0.4220
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'WWW::Contact',
'VERSION_FROM' => 'lib/WWW/Contact.pm',
'PREREQ_PM' => {
'Crypt::SSLeay' => 0,
'HTML::Entities' => 0,
'HTML::TokeParser::Simple' => 0,
'HTML::TreeBuilder' => 0,
'JSON::XS' => 0,
'Moose' => '0.77',
'Net::DNS::Resolver' => 0,
'Net::Google::AuthSub' => 0,
'Test::More' => '0.90',
'Text::CSV' => 0,
'Text::vCard' => 0,
'WWW::Mechanize' => 0,
'WWW::Mechanize::GZip' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;