--- AnyEvent/Makefile.PL 2009/07/28 12:56:17 1.25 +++ AnyEvent/Makefile.PL 2010/03/13 00:08:08 1.29 @@ -21,6 +21,9 @@ EOF +do "constants.pl.PL" + or die "cannot execute constants.pl.PL"; + WriteMakefile( dist => { PREOP => 'pod2text lib/AnyEvent.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', @@ -30,6 +33,7 @@ test => { TESTS => "t/*.t t/handle/*.t" }, NAME => "AnyEvent", VERSION_FROM => "lib/AnyEvent.pm", + PMLIBDIRS => ["lib"], META_MERGE => { recommends => { "Net::SSLeay" => 1.33, @@ -42,13 +46,3 @@ }, ); -sub MY::postamble { - <