summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST12
-rw-r--r--Porting/Maintainers.pl2
-rw-r--r--ext/Text-Soundex/Changes (renamed from ext/Text/Soundex/Changes)0
-rw-r--r--ext/Text-Soundex/Makefile.PL (renamed from ext/Text/Soundex/Makefile.PL)0
-rw-r--r--ext/Text-Soundex/README (renamed from ext/Text/Soundex/README)0
-rw-r--r--ext/Text-Soundex/Soundex.pm (renamed from ext/Text/Soundex/Soundex.pm)0
-rw-r--r--ext/Text-Soundex/Soundex.xs (renamed from ext/Text/Soundex/Soundex.xs)0
-rwxr-xr-xext/Text-Soundex/t/Soundex.t (renamed from ext/Text/Soundex/t/Soundex.t)0
8 files changed, 7 insertions, 7 deletions
diff --git a/MANIFEST b/MANIFEST
index 2f4f065a30..260ce2efac 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 05e7deb048..bf12d5c740 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
index 41c78b15fe..41c78b15fe 100644
--- a/ext/Text/Soundex/Changes
+++ b/ext/Text-Soundex/Changes
diff --git a/ext/Text/Soundex/Makefile.PL b/ext/Text-Soundex/Makefile.PL
index ea757f175f..ea757f175f 100644
--- a/ext/Text/Soundex/Makefile.PL
+++ b/ext/Text-Soundex/Makefile.PL
diff --git a/ext/Text/Soundex/README b/ext/Text-Soundex/README
index 7fcf22e945..7fcf22e945 100644
--- a/ext/Text/Soundex/README
+++ b/ext/Text-Soundex/README
diff --git a/ext/Text/Soundex/Soundex.pm b/ext/Text-Soundex/Soundex.pm
index 5d70220016..5d70220016 100644
--- a/ext/Text/Soundex/Soundex.pm
+++ b/ext/Text-Soundex/Soundex.pm
diff --git a/ext/Text/Soundex/Soundex.xs b/ext/Text-Soundex/Soundex.xs
index 1496338452..1496338452 100644
--- a/ext/Text/Soundex/Soundex.xs
+++ b/ext/Text-Soundex/Soundex.xs
diff --git a/ext/Text/Soundex/t/Soundex.t b/ext/Text-Soundex/t/Soundex.t
index d35f264c7a..d35f264c7a 100755
--- a/ext/Text/Soundex/t/Soundex.t
+++ b/ext/Text-Soundex/t/Soundex.t