X-Git-Url: http://git.ieval.ro/?p=plack-app-gruntmaster.git;a=blobdiff_plain;f=Makefile.PL;h=021ffdb4b64c3f5d11be11c3229c13deea10c95a;hp=796f5d7ee2bf802bf58c8b5512aef5bf95448446;hb=19909af7912808638f003dbd9e8fc5904cf1ae54;hpb=490653c9cf1519b4f04b1383e9f0d6c814e60757 diff --git a/Makefile.PL b/Makefile.PL index 796f5d7..021ffdb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,14 +9,19 @@ WriteMakefile( MIN_PERL_VERSION => '5.14.0', LICENSE => 'AGPL_3', SIGN => 1, + clean => { + FILES => 'static/css/ static/js.js static/js.map static/js/' + }, BUILD_REQUIRES => { - qw/Test::MockTime 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 @@ -26,22 +31,19 @@ WriteMakefile( strict 0 warnings 0 - CSS::Minifier::XS 0 - Email::Simple 0 - Email::Sender::Simple 0 - File::Slurp 0 - Gruntmaster::Data 0 - HTML::Seamstress 0 - JavaScript::Minifier::XS 0 - JSON::MaybeXS 0 - Log::Log4perl 0 - PerlX::Maybe 0 - Plack::Builder 0 - Plack::Request 0 - Plack::Util 0 - Scope::Upper 0 - Tie::Hash::Expire 0 - Web::Simple 0.019/, + 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,