--- AnyEvent-MP/Makefile.PL 2009/07/30 08:38:50 1.1 +++ AnyEvent-MP/Makefile.PL 2009/08/03 22:05:55 1.4 @@ -1,6 +1,6 @@ use ExtUtils::MakeMaker; -use 5.008002; +use 5.010; # smartmatching my $mm = MM->new({ dist => { @@ -11,9 +11,11 @@ NAME => "AnyEvent::MP", VERSION_FROM => "MP.pm", PREREQ_PM => { - AnyEvent => 3.9, + AnyEvent => 4.9, Digest::MD6 => 0, Digest::HMAC_MD6 => 0, + MIME::Base64 => 3, + JSON::XS => 2.24, common::sense => 0, }, });