X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=7455a4116937a1365e8ad13feda7616b5d233e36;hb=ea6cce4c6c69f605e069049df4ca72f08451ef95;hp=0407ab781a3d9bd29094f5f81bf44828b22069c7;hpb=8d7256911fcd2f44fc446f03acb39dd08e90024d;p=gruntmaster-page.git diff --git a/Makefile.PL b/Makefile.PL index 0407ab7..7455a41 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,8 +9,13 @@ WriteMakefile( MIN_PERL_VERSION => '5.14.0', LICENSE => 'AGPL_3', SIGN => 1, + clean => { + FILES => 'static/css/ static/js/' + }, BUILD_REQUIRES => { - qw/Test::MockTime 0 + qw/CSS::Minifier::XS 0 + File::Slurp 0 + Test::MockTime 0 Test::More 0 Test::WWW::Mechanize::PSGI 0/, }, @@ -25,13 +30,11 @@ WriteMakefile( strict 0 warnings 0 - CSS::Minifier::XS 0 - Email::Simple 0 - Email::Sender::Simple 0 File::Slurp 0 + File::Which 0 Gruntmaster::Data 0 - HTML::Seamstress 0 - JavaScript::Minifier::XS 0 + HTML::Element::Library 0 + HTML::TreeBuilder 0 JSON::MaybeXS 0 Log::Log4perl 0 PerlX::Maybe 0 @@ -39,6 +42,7 @@ WriteMakefile( Plack::Middleware::Auth::Complex 0 Plack::Util 0 Scope::Upper 0 + Sort::ByExample 0 Web::Simple 0.019/, }, META_MERGE => {