-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.PL
36 lines (36 loc) · 1.2 KB
/
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
33
34
35
36
# Note: this file was auto-generated by Module::Build::Compat version 0.4003
require 5.012;
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'App::MFILE::WWW',
'VERSION_FROM' => 'lib/App/MFILE/WWW.pm',
'PREREQ_PM' => {
'App::CELL' => '0.222',
'File::ShareDir' => '1.00',
'File::Temp' => 0,
'Getopt::Long' => 0,
'HTTP::Request' => 0,
'JSON' => 0,
'LWP::UserAgent' => 0,
'Log::Any::Adapter' => 0,
'Params::Validate' => '1.06',
'Plack::Builder' => 0,
'Plack::Middleware::Session' => 0,
'Plack::Middleware::StackTrace' => 0,
'Plack::Middleware::Static' => 0,
'Plack::Runner' => 0,
'Plack::Test' => 0,
'Scalar::Util' => 0,
'Test::Fatal' => 0,
'Test::JSON' => 0,
'Try::Tiny' => 0,
'Web::Machine' => '0.15'
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
'bin/mfile-www'
],
'PL_FILES' => {}
)
;