--- AnyEvent/Makefile.PL 2008/04/24 08:38:13 1.8 +++ AnyEvent/Makefile.PL 2008/10/23 02:41:00 1.16 @@ -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", + EXTRA_META => q{ +recommends: + Net::SSLeay: 1.32 + JSON: 2.09 + JSON::XS 2.2 + EV: 4.05 + }, ); +sub MY::postamble { + <