Remove MAN3PODS from modules' Makefile.PLs which are not the same as on CPAN.
[p5sagit/p5-mst-13.2.git] / ext / Text-Soundex / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3         NAME            => "Text::Soundex",
4         VERSION_FROM    => 'Soundex.pm',
5         'dist'          => {
6                              COMPRESS   => 'gzip -9f',
7                              SUFFIX     => 'gz',
8                              DIST_DEFAULT => 'all tardist',
9                            },
10 );