--- Makefile.PL 2002/02/11 14:26:22 1.1 +++ Makefile.PL 2003/11/18 13:54:14 1.3 @@ -7,7 +7,8 @@ AUTHOR => 'Dobrica Pavlinusic ', ABSTRACT => 'Produce all alternative forms of given word', VERSION_FROM => 'Alternative.pm', - dist => { COMPRESS => 'gzip -9f', - SUFFIX => 'gz', - }, + dist => { + COMPRESS => 'gzip -9f', + SUFFIX => 'gz', + }, );