]> iEval git - plack-app-gruntmaster.git/blame - Makefile.PL
Add gruntmaster-job
[plack-app-gruntmaster.git] / Makefile.PL
CommitLineData
42546e6c
MG
1use 5.014000;
2use ExtUtils::MakeMaker;
27eae7c3 3
42546e6c 4WriteMakefile(
27eae7c3
MG
5 NAME => 'Gruntmaster::Page',
6 VERSION_FROM => 'lib/Gruntmaster/Page.pm',
83a8a7d6 7 EXE_FILES => [ qw/gruntmaster-genpage gruntmaster-genallpages gruntmaster-paged gruntmaster-problem gruntmaster-job/ ],
27eae7c3
MG
8 ABSTRACT_FROM => 'lib/Gruntmaster/Page.pm',
9 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
10 MIN_PERL_VERSION => '5.14.0',
11 LICENSE => 'perl',
12 SIGN => 1,
13 PREREQ_PM => {
14 qw/Fcntl 0
15 File::Basename 0
16 IO::File 0
17 POSIX 0
18
19 File::Slurp 0
20 HTML::Template::Compiled 0
21 IO::Compress::Gzip 0
22 YAML::Any 0/,
23 },
24 META_MERGE => {
25 dynamic_config => 0,
26 }
42546e6c 27);
This page took 0.017571 seconds and 4 git commands to generate.