X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=0d62f051a36ec7c488287160e5b42f48530bee42;hb=8e3f7d1e659c971fe718b6dccd0b904ed2c0d35a;hp=f38a07ba89e513dbda3c16429825b473af3baddc;hpb=2542002f7bfdc9b5ea8b7ddcf6ed64440fece126;p=plack-app-gruntmaster.git diff --git a/Makefile.PL b/Makefile.PL index f38a07b..0d62f05 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,15 +7,21 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Plack/App/Gruntmaster.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', - LICENSE => 'perl', + LICENSE => 'AGPL_3', SIGN => 1, + clean => { + FILES => 'static/css/ static/js/' + }, BUILD_REQUIRES => { - qw/Test::More 0 + qw/CSS::Minifier::XS 0 + File::Slurp 0 + Test::MockTime 0 + Test::More 0 Test::WWW::Mechanize::PSGI 0/, }, PREREQ_PM => { qw/Carp 0 - Digest::SHA 0 + Encode 0 List::Util 0 POSIX 0 constant 0 @@ -24,19 +30,19 @@ WriteMakefile( strict 0 warnings 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/, + File::Slurp 0 + File::Which 0 + Gruntmaster::Data 0 + HTML::Element::Library 0 + HTML::TreeBuilder 0 + JSON::MaybeXS 0 + Log::Log4perl 0 + PerlX::Maybe 0 + Plack::Builder 0 + Plack::Middleware::Auth::Complex 0 + Plack::Util 0 + Scope::Upper 0 + Web::Simple 0.019/, }, META_MERGE => { dynamic_config => 0,