Update logos
[gruntmaster-page.git] / Makefile.PL
CommitLineData
42546e6c
MG
1use 5.014000;
2use ExtUtils::MakeMaker;
27eae7c3 3
42546e6c 4WriteMakefile(
2542002f 5 NAME => 'Plack::App::Gruntmaster',
d2d4a5b1
MG
6 VERSION_FROM => 'lib/Plack/App/Gruntmaster.pm',
7 ABSTRACT_FROM => 'lib/Plack/App/Gruntmaster.pm',
8 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
9 MIN_PERL_VERSION => '5.14.0',
7e93b85c 10 LICENSE => 'AGPL_3',
d2d4a5b1
MG
11 SIGN => 1,
12 BUILD_REQUIRES => {
13 qw/Test::More 0
14 Test::WWW::Mechanize::PSGI 0/,
15 },
16 PREREQ_PM => {
17 qw/Carp 0
18 Digest::SHA 0
19 List::Util 0
20 POSIX 0
21 constant 0
22 feature 0
23 parent 0
24 strict 0
25 warnings 0
27eae7c3 26
d2d4a5b1
MG
27 Apache2::Authen::Passphrase 0
28 Apache2::AuthzCaps 0
29 CSS::Minifier::XS 0
30 File::Slurp 0
31 Gruntmaster::Data 0
32 HTML::Template::Compiled 0
33 HTTP::Negotiate 0
34 JavaScript::Minifier::XS 0
35 JSON 0
36 Log::Log4perl 0
37 LWP::UserAgent 0
38 Plack::Builder 0
39 Plack::Request 0/,
40 },
41 META_MERGE => {
42 dynamic_config => 0,
2542002f
MG
43 resources => {
44 repository => 'https://git.ieval.ro/?p=plack-app-gruntmaster.git',
45 }
d2d4a5b1
MG
46 }
47)
This page took 0.01551 seconds and 4 git commands to generate.