From 11f885b578514fcbf59f44ca49ae6a8299238c7d Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 3 Oct 2006 14:52:45 +0000 Subject: Move Text::Soundex from lib/ to ext/ and upgrade it to Text-Soundex-3.02. p4raw-id: //depot/perl@28927 --- ext/Text/Soundex/Makefile.PL | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ext/Text/Soundex/Makefile.PL (limited to 'ext/Text/Soundex/Makefile.PL') 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 => {}, +); -- cgit v1.2.1