--- Makefile.PL 2002/02/11 14:26:22 1.1 +++ Makefile.PL 2002/02/12 14:31:15 1.2 @@ -7,7 +7,9 @@ AUTHOR => 'Dobrica Pavlinusic ', ABSTRACT => 'Produce all alternative forms of given word', VERSION_FROM => 'Alternative.pm', - dist => { COMPRESS => 'gzip -9f', - SUFFIX => 'gz', - }, + dist => { + PREOP => 'pod2text Alternative.pm > $(DISTVNAME)/README', + COMPRESS => 'gzip -9f', + SUFFIX => 'gz', + }, );