The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

use ExtUtils::MakeMaker;

WriteMakefile
  ( NAME         => 'Lingua::Spelling::Alternative',
    AUTHOR       => 'Dobrica Pavlinusic <dpavlin@rot13.org>',
    ABSTRACT     => 'Produce all alternative forms of given word',
    VERSION_FROM => 'Alternative.pm',
    dist         => {
		PREOP    => 'pod2text Alternative.pm > $(DISTVNAME)/README',
		COMPRESS => 'gzip -9f',
		SUFFIX   => 'gz',
	},
  );