diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-02 16:47:45 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-02 16:47:45 +0100 |
commit | 152f7782c2e5d37b72e6c1ef26ba1da3f5269fcb (patch) | |
tree | 26278007db0e82f6668166cc6ad471442e33ac76 | |
parent | 204606f4ac32e12078eeffffcd758292ce910d1b (diff) | |
download | perl-152f7782c2e5d37b72e6c1ef26ba1da3f5269fcb.tar.gz |
Move Text::Soundex from ext/ to cpan/
-rw-r--r-- | MANIFEST | 10 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | cpan/Text-Soundex/Changes (renamed from ext/Text-Soundex/Changes) | 0 | ||||
-rw-r--r-- | cpan/Text-Soundex/README (renamed from ext/Text-Soundex/README) | 0 | ||||
-rw-r--r-- | cpan/Text-Soundex/Soundex.pm (renamed from ext/Text-Soundex/Soundex.pm) | 0 | ||||
-rw-r--r-- | cpan/Text-Soundex/Soundex.xs (renamed from ext/Text-Soundex/Soundex.xs) | 0 | ||||
-rw-r--r-- | cpan/Text-Soundex/t/Soundex.t (renamed from ext/Text-Soundex/t/Soundex.t) | 0 |
7 files changed, 6 insertions, 6 deletions
@@ -2314,6 +2314,11 @@ cpan/Text-Balanced/t/09_gentag.t See if Text::Balanced works cpan/Text-ParseWords/lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter cpan/Text-ParseWords/t/ParseWords.t See if Text::ParseWords works cpan/Text-ParseWords/t/taint.t See if Text::ParseWords works with tainting +cpan/Text-Soundex/Changes Changelog for Text::Soundex +cpan/Text-Soundex/README README for Text::Soundex +cpan/Text-Soundex/Soundex.pm Text::Soundex extension Perl module +cpan/Text-Soundex/Soundex.xs Text::Soundex extension external subroutines +cpan/Text-Soundex/t/Soundex.t test for Text::Soundex cpan/Text-Tabs/CHANGELOG ChangeLog for Tabs+Wrap cpan/Text-Tabs/lib/Text/Tabs.pm Do expand and unexpand cpan/Text-Tabs/lib/Text/Wrap.pm Paragraph formatter @@ -3037,11 +3042,6 @@ ext/Storable/t/weak.t Can Storable store weakrefs ext/Sys-Hostname/Hostname.pm Sys::Hostname extension Perl module ext/Sys-Hostname/Hostname.xs Sys::Hostname extension external subroutines ext/Sys-Hostname/t/Hostname.t See if Sys::Hostname works -ext/Text-Soundex/Changes Changelog for Text::Soundex -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/Tie-File/lib/Tie/File.pm Files as tied arrays ext/Tie-File/t/00_version.t Trivial test for Tie::File ext/Tie-File/t/01_gen.t Generic read/write tests for Tie::File diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index a0c76c64ce..424da6c70f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1484,7 +1484,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'markm', 'DISTRIBUTION' => 'MARKM/Text-Soundex-3.03.tar.gz', - 'FILES' => q[ext/Text-Soundex], + 'FILES' => q[cpan/Text-Soundex], 'MAP' => { '' => 'ext/Text-Soundex/', # XXX these two files are clearly related, # but they appear to have diverged diff --git a/ext/Text-Soundex/Changes b/cpan/Text-Soundex/Changes index 41c78b15fe..41c78b15fe 100644 --- a/ext/Text-Soundex/Changes +++ b/cpan/Text-Soundex/Changes diff --git a/ext/Text-Soundex/README b/cpan/Text-Soundex/README index 3c3b588e09..3c3b588e09 100644 --- a/ext/Text-Soundex/README +++ b/cpan/Text-Soundex/README diff --git a/ext/Text-Soundex/Soundex.pm b/cpan/Text-Soundex/Soundex.pm index 598b8a8fe9..598b8a8fe9 100644 --- a/ext/Text-Soundex/Soundex.pm +++ b/cpan/Text-Soundex/Soundex.pm diff --git a/ext/Text-Soundex/Soundex.xs b/cpan/Text-Soundex/Soundex.xs index 1496338452..1496338452 100644 --- a/ext/Text-Soundex/Soundex.xs +++ b/cpan/Text-Soundex/Soundex.xs diff --git a/ext/Text-Soundex/t/Soundex.t b/cpan/Text-Soundex/t/Soundex.t index a48fb4abe0..a48fb4abe0 100644 --- a/ext/Text-Soundex/t/Soundex.t +++ b/cpan/Text-Soundex/t/Soundex.t |