-
Notifications
You must be signed in to change notification settings - Fork 16
/
Makefile.PL
68 lines (68 loc) · 2.57 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Note: this file was auto-generated by Module::Build::Compat version 0.4224
use ExtUtils::MakeMaker;
WriteMakefile
(
'EXE_FILES' => [
'bin/hypnotoad.pid',
'bin/tuba',
'bin/tuba_generate_sitemap',
'bin/tuba_get_ontology',
'bin/tuba_start_httpd',
'bin/tuba_stop_httpd'
],
'NAME' => 'Tuba',
'INSTALLDIRS' => 'site',
'PREREQ_PM' => {
'Digest::SHA1' => 0,
'DBIx::Simple' => 0,
'Time::Duration' => 0,
'LWP::Protocol::https' => '6.07',
'Crypt::OpenSSL::RSA' => 0,
'Text::CSV_XS' => 0,
'JSON::XS' => 0,
'Rose::DB' => '0.772',
'JSON::WebToken' => 0,
'DBD::Pg' => '3.003',
'DBIx::Custom' => 0,
'Rose::DB::Object' => 0,
'Lingua::EN::Inflect' => 0,
'Scalar::Util' => 0,
'Text::Format' => 0,
'RDF::Query' => 0,
'Date::Parse' => 0,
'Captcha::reCAPTCHA' => '0.99',
'Algorithm::Permute' => 0,
'DBIx::Connector' => 0,
'IO::Socket::SSL' => 2,
'URI::Find' => 0,
'LWP::UserAgent' => 0,
'List::MoreUtils' => '0.427',
'Sort::Key' => 0,
'Number::Format' => 0,
'Mojolicious::Plugin::Mail' => '1.5',
'Pg::hstore' => 0,
'Path::Class' => 0,
'Mojolicious::Plugin::YamlConfig' => 0,
'YAML::Syck' => 0,
'Number::Bytes::Human' => 0,
'SQL::Abstract' => 0,
'Hash::Flatten' => 0,
'HTML::Restrict' => '2.002004',
'SQL::Interp' => 0,
'Mojolicious' => '6.08',
'Test::More' => 0,
'File::ShareDir' => '1.00',
'UUID::Tiny' => 0,
'Module::Build::Mojolicious' => 0,
'YAML::XS' => 0,
'Data::Rmap' => 0,
'String::Diff' => 0,
'RDF::Trine' => 0,
'Mojolicious::Plugin::InstallablePaths' => 0,
'YAML' => 0,
'DateTime::Format::Human::Duration' => 0
},
'PL_FILES' => {},
'VERSION_FROM' => 'lib/Tuba.pm'
)
;