Merge branch 'master' into gruntmaster
[gruntmaster-page.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',
27eae7c3
MG
7 ABSTRACT_FROM => 'lib/Gruntmaster/Page.pm',
8 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
9 MIN_PERL_VERSION => '5.14.0',
10 LICENSE => 'perl',
11 SIGN => 1,
12 PREREQ_PM => {
13 qw/Fcntl 0
14 File::Basename 0
15 IO::File 0
16 POSIX 0
17
18 File::Slurp 0
19 HTML::Template::Compiled 0
20 IO::Compress::Gzip 0
21 YAML::Any 0/,
22 },
23 META_MERGE => {
24 dynamic_config => 0,
25 }
42546e6c 26);
This page took 0.011074 seconds and 4 git commands to generate.