--- AnyEvent/Makefile.PL 2009/04/19 12:09:46 1.19 +++ AnyEvent/Makefile.PL 2010/11/22 06:32:18 1.31 @@ -1,24 +1,29 @@ use ExtUtils::MakeMaker; -use 5.008; # AnyEvent core seems to work with 5.6 +use 5.008001; # AnyEvent perl event loop seems to work with 5.6, other modules not print < { PREOP => 'pod2text lib/AnyEvent.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', @@ -28,24 +33,16 @@ test => { TESTS => "t/*.t t/handle/*.t" }, NAME => "AnyEvent", VERSION_FROM => "lib/AnyEvent.pm", + PMLIBDIRS => ["lib"], META_MERGE => { recommends => { - "Net::SSLeay" => 1.32, - "JSON" => 2.09, - "JSON::XS" => 2.2, - "EV" => 3.05, - "Guard" => 1.02, + "Net::SSLeay" => 1.33, + "JSON" => 2.09, + "JSON::XS" => 2.2, + "EV" => 4.00, + "Guard" => 1.02, + "Async::Interrupt" => 1.0, } }, ); -sub MY::postamble { - <