--- AnyEvent-MP/Makefile.PL 2009/08/09 16:08:16 1.6 +++ AnyEvent-MP/Makefile.PL 2016/08/28 15:38:42 1.21 @@ -1,6 +1,6 @@ use ExtUtils::MakeMaker; -use 5.010; # smartmatching +use 5.008002; my $mm = MM->new({ dist => { @@ -9,14 +9,24 @@ SUFFIX => '.gz', }, NAME => "AnyEvent::MP", - VERSION_FROM => "MP/Base.pm", + VERSION_FROM => "MP/Config.pm", + EXE_FILES => ["bin/aemp"], PREREQ_PM => { - AnyEvent => 4.92, - Digest::MD6 => 0, - Digest::HMAC_MD6 => 0, - MIME::Base64 => 3, - JSON::XS => 2.24, - common::sense => 0, + AnyEvent => 6.14, + AnyEvent::Watchdog => 1.0, + Digest::SHA3 => 0.24, + Digest::HMAC => 1.03, + MIME::Base64 => 3, + JSON::XS => 2.25, + CBOR::XS => 1.5, + Guard => 1.022, + common::sense => 0, + Task::Weaken => 0, + }, + META_MERGE => { + recommends => { + Net::Interface => 1.011, + } }, });