--- AnyEvent/Makefile.PL 2005/04/27 01:26:44 1.1 +++ AnyEvent/Makefile.PL 2009/04/19 12:09:46 1.19 @@ -1,14 +1,51 @@ use ExtUtils::MakeMaker; -use 5.006; +use 5.008; # AnyEvent core seems to work with 5.6 + +print < { - PREOP => 'pod2text MythTV/Backend.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', + PREOP => 'pod2text lib/AnyEvent.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', COMPRESS => 'gzip -9v', SUFFIX => '.gz', }, - NAME => "AnyEvent", - VERSION_FROM => "lib/Event/Generic/Txn.pm", + test => { TESTS => "t/*.t t/handle/*.t" }, + NAME => "AnyEvent", + VERSION_FROM => "lib/AnyEvent.pm", + META_MERGE => { + recommends => { + "Net::SSLeay" => 1.32, + "JSON" => 2.09, + "JSON::XS" => 2.2, + "EV" => 3.05, + "Guard" => 1.02, + } + }, ); +sub MY::postamble { + <