Rename ext/Text/Soundex to ext/Text-Soundex
Nicholas Clark [Mon, 9 Feb 2009 19:53:14 +0000 (19:53 +0000)]
MANIFEST
Porting/Maintainers.pl
ext/Text-Soundex/Changes [moved from ext/Text/Soundex/Changes with 100% similarity]
ext/Text-Soundex/Makefile.PL [moved from ext/Text/Soundex/Makefile.PL with 100% similarity]
ext/Text-Soundex/README [moved from ext/Text/Soundex/README with 100% similarity]
ext/Text-Soundex/Soundex.pm [moved from ext/Text/Soundex/Soundex.pm with 100% similarity]
ext/Text-Soundex/Soundex.xs [moved from ext/Text/Soundex/Soundex.xs with 100% similarity]
ext/Text-Soundex/t/Soundex.t [moved from ext/Text/Soundex/t/Soundex.t with 100% similarity]

index 2f4f065..260ce2e 100644 (file)
--- 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
index 05e7deb..bf12d5c 100644 (file)
@@ -977,7 +977,7 @@ package Maintainers;
        'Text::Soundex' =>
                {
                'MAINTAINER'    => 'markm',
-               'FILES'         => q[ext/Text/Soundex],
+               'FILES'         => q[ext/Text-Soundex],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },