--- AnyEvent/Makefile.PL 2007/11/12 01:58:12 1.5 +++ AnyEvent/Makefile.PL 2009/03/25 17:33:11 1.18 @@ -1,12 +1,20 @@ use ExtUtils::MakeMaker; -use 5.008; +use 5.008; # AnyEvent core seems to work with 5.6 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.32, + "JSON" => 2.09, + "JSON::XS" => 2.2, + "EV" => 4.05, + "Guard" => 0.5, + } + }, ); +sub MY::postamble { + <