X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=2f3a50f2784e73f70334031e465446dc62ca0723;hb=2420da56ee0d81b37ec9f869a688ce54e36c1e81;hp=246d041c891dbd5e5b65830a23c6a69faa747104;hpb=7e93b85c5d542be55a57e2dd098e7ccddc8be1d1;p=plack-app-gruntmaster.git diff --git a/Makefile.PL b/Makefile.PL index 246d041..2f3a50f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,13 +9,20 @@ WriteMakefile( MIN_PERL_VERSION => '5.14.0', LICENSE => 'AGPL_3', SIGN => 1, + clean => { + FILES => 'static/css/ static/js.js' + }, BUILD_REQUIRES => { - qw/Test::More 0 + qw/CSS::Minifier::XS 0 + File::Slurp 0 + JavaScript::Minifier::XS 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 +31,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/, + Email::Simple 0 + Email::Sender::Simple 0 + File::Slurp 0 + Gruntmaster::Data 0 + HTML::Seamstress 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,