--- AnyEvent/Makefile.PL 2008/04/27 16:56:17 1.9 +++ AnyEvent/Makefile.PL 2009/07/18 05:47:44 1.23 @@ -1,12 +1,22 @@ use ExtUtils::MakeMaker; -use 5.008; +use 5.008; # AnyEvent perl event loop seems to work with 5.6, other modules not print < { TESTS => "t/*.t t/handle/*.t" }, NAME => "AnyEvent", VERSION_FROM => "lib/AnyEvent.pm", + META_MERGE => { + recommends => { + "Net::SSLeay" => 1.33, + "JSON" => 2.09, + "JSON::XS" => 2.2, + "EV" => 3.05, + "Guard" => 1.02, + "Async::Interrupt" => 0.6, + } + }, ); +sub MY::postamble { + <