--- AnyEvent/Makefile.PL 2005/12/01 18:56:18 1.3 +++ AnyEvent/Makefile.PL 2009/07/17 18:08:35 1.21 @@ -1,15 +1,20 @@ use ExtUtils::MakeMaker; -use 5.008; +use 5.008; # AnyEvent perl event loop seems to work with 5.6, other modules not print < 'gzip -9v', SUFFIX => '.gz', }, + test => { TESTS => "t/*.t t/handle/*.t" }, NAME => "AnyEvent", VERSION_FROM => "lib/AnyEvent.pm", - PREREQ_PM => { - Event => 0.86, + META_MERGE => { + recommends => { + "Net::SSLeay" => 1.33, + "JSON" => 2.09, + "JSON::XS" => 2.2, + "EV" => 3.05, + "Guard" => 1.02, + } }, ); +sub MY::postamble { + <