X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=796f5d7ee2bf802bf58c8b5512aef5bf95448446;hb=1ca1e044db4c9ff84b8904ef2c89766c6f076a69;hp=b59f56a8227c4d088b61ec3fabfa5a2dc2dbd675;hpb=594d53ba258320b2b98ec4413a808366237f5e40;p=gruntmaster-page.git diff --git a/Makefile.PL b/Makefile.PL index b59f56a..796f5d7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,12 +10,14 @@ WriteMakefile( LICENSE => 'AGPL_3', SIGN => 1, BUILD_REQUIRES => { - qw/Test::More 0 + qw/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 @@ -25,20 +27,21 @@ WriteMakefile( warnings 0 CSS::Minifier::XS 0 + Email::Simple 0 + Email::Sender::Simple 0 File::Slurp 0 Gruntmaster::Data 0 - HTML::Template::Compiled 0 - HTTP::Negotiate 0 + HTML::Seamstress 0 JavaScript::Minifier::XS 0 - JSON 0 + JSON::MaybeXS 0 Log::Log4perl 0 - LWP::UserAgent 0 PerlX::Maybe 0 Plack::Builder 0 Plack::Request 0 + Plack::Util 0 Scope::Upper 0 Tie::Hash::Expire 0 - Web::Simple 0/, + Web::Simple 0.019/, }, META_MERGE => { dynamic_config => 0,