--- AnyEvent/Makefile.PL 2005/04/27 01:26:44 1.1 +++ AnyEvent/Makefile.PL 2005/04/27 01:27:21 1.2 @@ -4,11 +4,11 @@ WriteMakefile( dist => { - 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", + VERSION_FROM => "lib/AnyEvent.pm", );