summaryrefslogtreecommitdiff
path: root/ext/Text/Soundex/Makefile.PL
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-10-03 14:52:45 +0000
committerSteve Peters <steve@fisharerojo.org>2006-10-03 14:52:45 +0000
commit11f885b578514fcbf59f44ca49ae6a8299238c7d (patch)
tree51373d85574be174a02aa1f749d8e664d2a6270f /ext/Text/Soundex/Makefile.PL
parent88d2d28a53c95ab805c353b18117eeb69c6573c2 (diff)
downloadperl-11f885b578514fcbf59f44ca49ae6a8299238c7d.tar.gz
Move Text::Soundex from lib/ to ext/ and upgrade it to
Text-Soundex-3.02. p4raw-id: //depot/perl@28927
Diffstat (limited to 'ext/Text/Soundex/Makefile.PL')
-rw-r--r--ext/Text/Soundex/Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/Text/Soundex/Makefile.PL b/ext/Text/Soundex/Makefile.PL
new file mode 100644
index 0000000000..ea757f175f
--- /dev/null
+++ b/ext/Text/Soundex/Makefile.PL
@@ -0,0 +1,11 @@
+use ExtUtils::MakeMaker;
+WriteMakefile(
+ NAME => "Text::Soundex",
+ VERSION_FROM => 'Soundex.pm',
+ 'dist' => {
+ COMPRESS => 'gzip -9f',
+ SUFFIX => 'gz',
+ DIST_DEFAULT => 'all tardist',
+ },
+ MAN3PODS => {},
+);