--- AnyEvent/Makefile.PL 2008/04/27 16:56:17 1.9 +++ AnyEvent/Makefile.PL 2008/05/27 05:36:27 1.12 @@ -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.09 + JSON::XS 2.2 + EV: 4.05 + }, );