--- AnyEvent-MP/Makefile.PL 2009/08/02 15:09:49 1.3 +++ AnyEvent-MP/Makefile.PL 2012/03/03 11:38:43 1.17 @@ -1,6 +1,6 @@ use ExtUtils::MakeMaker; -use 5.010; # smartmatching +use 5.008002; my $mm = MM->new({ dist => { @@ -9,13 +9,18 @@ SUFFIX => '.gz', }, NAME => "AnyEvent::MP", - VERSION_FROM => "MP.pm", + VERSION_FROM => "MP/Config.pm", + EXE_FILES => ["bin/aemp"], PREREQ_PM => { - AnyEvent => 4.9, - Digest::MD6 => 0, - Digest::HMAC_MD6 => 0, - JSON::XS => 2.24, - common::sense => 0, + AnyEvent => 6.14, + AnyEvent::Watchdog => 1.0, + Digest::MD6 => 0, + Digest::HMAC_MD6 => 0, # requires Module::Build, which fails on 5.8.7 :/ + MIME::Base64 => 3, + JSON::XS => 2.25, + Guard => 1.022, + Net::Interface => 1.011, + common::sense => 0, }, });