X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=blobdiff_plain;f=Makefile.PL;h=0c47a00ee5bbbdc2a55b05f9d392fada435a5f2d;hp=dfb22917dcc8f05004e6cde7d7d0e52a9ae4d09e;hb=d2d4a5b1e51de5826278e795ba371d14b579fe2a;hpb=81cce380bd7f2ab58bb497ef748b7568968ea05d diff --git a/Makefile.PL b/Makefile.PL index dfb2291..0c47a00 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,25 +2,43 @@ use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Gruntmaster::Page', - VERSION_FROM => 'lib/Gruntmaster/Page.pm', - ABSTRACT_FROM => 'lib/Gruntmaster/Page.pm', - AUTHOR => 'Marius Gavrilescu ', - MIN_PERL_VERSION => '5.14.0', - LICENSE => 'perl', - SIGN => 1, - PREREQ_PM => { - qw/Fcntl 0 - File::Basename 0 - IO::File 0 - POSIX 0 + NAME => 'Gruntmaster::Page', + VERSION_FROM => 'lib/Plack/App/Gruntmaster.pm', + ABSTRACT_FROM => 'lib/Plack/App/Gruntmaster.pm', + AUTHOR => 'Marius Gavrilescu ', + MIN_PERL_VERSION => '5.14.0', + LICENSE => 'perl', + SIGN => 1, + BUILD_REQUIRES => { + qw/Test::More 0 + Test::WWW::Mechanize::PSGI 0/, + }, + PREREQ_PM => { + qw/Carp 0 + Digest::SHA 0 + List::Util 0 + POSIX 0 + constant 0 + feature 0 + parent 0 + strict 0 + warnings 0 - File::Slurp 0 - HTML::Template::Compiled 0 - IO::Compress::Gzip 0 - YAML::Any 0/, - }, - META_MERGE => { - dynamic_config => 0, - } -); + Apache2::Authen::Passphrase 0 + Apache2::AuthzCaps 0 + CSS::Minifier::XS 0 + File::Slurp 0 + Gruntmaster::Data 0 + HTML::Template::Compiled 0 + HTTP::Negotiate 0 + JavaScript::Minifier::XS 0 + JSON 0 + Log::Log4perl 0 + LWP::UserAgent 0 + Plack::Builder 0 + Plack::Request 0/, + }, + META_MERGE => { + dynamic_config => 0, + } +)