X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=6f86eb4000552f0305115281d414563a5332706a;hb=aefbc42eea7ef293b2fe6db72158e3494a742000;hp=f1b1a73ef0897b094991316e999ace5c538396fc;hpb=4e58684b00e270abb68b595d6247b7ccc91a5a7d;p=gruntmaster-page.git diff --git a/Makefile.PL b/Makefile.PL index f1b1a73..6f86eb4 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 static/js.js.gz css/logos.css static/logos.png static/js.map static/js/' + }, BUILD_REQUIRES => { - qw/Test::More 0 + qw/CSS::Minifier::XS 0 + CSS::SpriteMaker 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 @@ -25,20 +32,18 @@ WriteMakefile( strict 0 warnings 0 - CSS::Minifier::XS 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/, + File::Slurp 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,