From: Nicholas Clark Date: Mon, 9 Feb 2009 19:53:14 +0000 (+0000) Subject: Rename ext/Text/Soundex to ext/Text-Soundex X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9bdb6db8a6cfa255f88d433e5f38b0ef93f82bc7;p=p5sagit%2Fp5-mst-13.2.git Rename ext/Text/Soundex to ext/Text-Soundex --- diff --git a/MANIFEST b/MANIFEST index 2f4f065..260ce2e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1299,12 +1299,12 @@ ext/Test-Harness/t/utils.t Test::Harness test ext/Test-Harness/t/yamlish-output.t Test::Harness test ext/Test-Harness/t/yamlish.t Test::Harness test ext/Test-Harness/t/yamlish-writer.t Test::Harness test -ext/Text/Soundex/Changes Changelog for Text::Soundex -ext/Text/Soundex/Makefile.PL Text::Soundex extension makefile writer -ext/Text/Soundex/README README for Text::Soundex -ext/Text/Soundex/Soundex.pm Text::Soundex extension Perl module -ext/Text/Soundex/Soundex.xs Text::Soundex extension external subroutines -ext/Text/Soundex/t/Soundex.t test for Text::Soundex +ext/Text-Soundex/Changes Changelog for Text::Soundex +ext/Text-Soundex/Makefile.PL Text::Soundex extension makefile writer +ext/Text-Soundex/README README for Text::Soundex +ext/Text-Soundex/Soundex.pm Text::Soundex extension Perl module +ext/Text-Soundex/Soundex.xs Text::Soundex extension external subroutines +ext/Text-Soundex/t/Soundex.t test for Text::Soundex ext/threads/hints/hpux.pl Hint file for HPUX ext/threads/hints/linux.pl Hint file for Linux ext/threads/Makefile.PL ithreads diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 05e7deb..bf12d5c 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -977,7 +977,7 @@ package Maintainers; 'Text::Soundex' => { 'MAINTAINER' => 'markm', - 'FILES' => q[ext/Text/Soundex], + 'FILES' => q[ext/Text-Soundex], 'CPAN' => 1, 'UPSTREAM' => undef, }, diff --git a/ext/Text/Soundex/Changes b/ext/Text-Soundex/Changes similarity index 100% rename from ext/Text/Soundex/Changes rename to ext/Text-Soundex/Changes diff --git a/ext/Text/Soundex/Makefile.PL b/ext/Text-Soundex/Makefile.PL similarity index 100% rename from ext/Text/Soundex/Makefile.PL rename to ext/Text-Soundex/Makefile.PL diff --git a/ext/Text/Soundex/README b/ext/Text-Soundex/README similarity index 100% rename from ext/Text/Soundex/README rename to ext/Text-Soundex/README diff --git a/ext/Text/Soundex/Soundex.pm b/ext/Text-Soundex/Soundex.pm similarity index 100% rename from ext/Text/Soundex/Soundex.pm rename to ext/Text-Soundex/Soundex.pm diff --git a/ext/Text/Soundex/Soundex.xs b/ext/Text-Soundex/Soundex.xs similarity index 100% rename from ext/Text/Soundex/Soundex.xs rename to ext/Text-Soundex/Soundex.xs diff --git a/ext/Text/Soundex/t/Soundex.t b/ext/Text-Soundex/t/Soundex.t similarity index 100% rename from ext/Text/Soundex/t/Soundex.t rename to ext/Text-Soundex/t/Soundex.t