diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-03-26 13:35:39 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-03-26 13:35:39 +0000 |
commit | 7a71a5145432d34189dc8574df73a361bd48e4ee (patch) | |
tree | 06db60a29754ab0c00814e35869bba8d4c49fa5d /ext/Text-Soundex | |
parent | e34f48720635e265cf41f8325094201c8667ec44 (diff) | |
download | perl-7a71a5145432d34189dc8574df73a361bd48e4ee.tar.gz |
Remove MAN3PODS from modules' Makefile.PLs which are not the same as on CPAN.
Diffstat (limited to 'ext/Text-Soundex')
-rw-r--r-- | ext/Text-Soundex/Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/Text-Soundex/Makefile.PL b/ext/Text-Soundex/Makefile.PL index ea757f175f..fd179cdc9b 100644 --- a/ext/Text-Soundex/Makefile.PL +++ b/ext/Text-Soundex/Makefile.PL @@ -7,5 +7,4 @@ WriteMakefile( SUFFIX => 'gz', DIST_DEFAULT => 'all tardist', }, - MAN3PODS => {}, ); |