--- AnyEvent/Makefile.PL 2008/04/27 16:56:17 1.9 +++ AnyEvent/Makefile.PL 2008/05/26 21:37:43 1.10 @@ -20,5 +20,12 @@ test => { TESTS => "t/*.t t/handle/*.t" }, NAME => "AnyEvent", VERSION_FROM => "lib/AnyEvent.pm", + EXTRA_META => q{ +recommends: + Net::SSLeay: 0 + JSON: 2 + JSON::XS 2.01 + EV: 4.05 + }, );