-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.PL
More file actions
25 lines (25 loc) · 776 Bytes
/
Makefile.PL
File metadata and controls
25 lines (25 loc) · 776 Bytes
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
# Note: this file was auto-generated by Module::Build::Compat version 0.3624
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'CloudApp::REST',
'VERSION_FROM' => 'lib/CloudApp/REST.pm',
'PREREQ_PM' => {
'Carp' => 0,
'Data::Dumper' => 0,
'HTTP::Request' => 0,
'JSON::XS' => 0,
'LWP::UserAgent' => 0,
'Module::Load' => 0,
'Moose' => 0,
'Moose::Role' => 0,
'MooseX::Types::DateTimeX' => 0,
'MooseX::Types::URI' => 0,
'Readonly' => 0,
'Test::More' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;