--- AnyEvent-MP/Makefile.PL 2009/07/30 08:38:50 1.1 +++ AnyEvent-MP/Makefile.PL 2009/08/11 01:25:11 1.8 @@ -1,6 +1,6 @@ use ExtUtils::MakeMaker; -use 5.008002; +use 5.010; # smartmatching my $mm = MM->new({ dist => { @@ -9,11 +9,14 @@ SUFFIX => '.gz', }, NAME => "AnyEvent::MP", - VERSION_FROM => "MP.pm", + VERSION_FROM => "MP/Base.pm", + EXE_FILES => ["bin/aemp"], PREREQ_PM => { - AnyEvent => 3.9, + AnyEvent => 5.1, Digest::MD6 => 0, Digest::HMAC_MD6 => 0, + MIME::Base64 => 3, + JSON::XS => 2.25, common::sense => 0, }, });