--- AnyEvent-MP/Makefile.PL 2009/08/30 17:08:16 1.11 +++ AnyEvent-MP/Makefile.PL 2009/10/02 20:41:56 1.14 @@ -1,6 +1,6 @@ use ExtUtils::MakeMaker; -use 5.010; # smartmatching +use 5.008002; my $mm = MM->new({ dist => { @@ -9,13 +9,13 @@ SUFFIX => '.gz', }, NAME => "AnyEvent::MP", - VERSION_FROM => "MP/Kernel.pm", + VERSION_FROM => "MP.pm", EXE_FILES => ["bin/aemp"], PREREQ_PM => { AnyEvent => 5.11, - AnyEvent::Watchdog => 0.1, + AnyEvent::Watchdog => 1.0, Digest::MD6 => 0, - Digest::HMAC_MD6 => 0, + Digest::HMAC_MD6 => 0, # requires Module::Build, which fails on 5.8.7 :/ MIME::Base64 => 3, JSON::XS => 2.25, Net::Interface => 1.011,