--- AnyEvent/Makefile.PL 2008/09/07 15:51:25 1.15 +++ AnyEvent/Makefile.PL 2009/03/25 17:33:11 1.18 @@ -13,7 +13,7 @@ *** difficulties installing this package due to dependencies, report this *** to the packager as a bug. *** -*** This module is guarenteed to stay pure-perl and still be full-featured +*** This module is guaranteed to stay pure-perl and still be full-featured *** and performant, even without any optionally recommended modules. *** @@ -28,12 +28,14 @@ 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 + META_MERGE => { + recommends => { + "Net::SSLeay" => 1.32, + "JSON" => 2.09, + "JSON::XS" => 2.2, + "EV" => 4.05, + "Guard" => 0.5, + } }, );