forked from fayland/perl-www-contact
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile.PL
23 lines (23 loc) · 894 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
# Note: this file was auto-generated by Module::Build::Compat version 0.33
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',
'JSON::XS' => '0',
'Moose' => '0.77',
'Net::Google::AuthSub' => '0',
'Test::More' => '0',
'Text::vCard::Addressbook' => '0',
'WWW::Mechanize' => '0',
'WWW::Mechanize::GZip' => '0'
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;