diff options
author | Ian Phillipps <Ian.Phillipps@iname.com> | 2001-09-04 15:16:59 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-04 12:27:51 +0000 |
commit | 7e6e257ff69fdd63bc59933314de6190d0b80d46 (patch) | |
tree | adf7e2ca4f085e24b3307af7933a2e5c9522fb35 /lib/Text/Soundex.pm | |
parent | 3a3e71ebfede57e1ba7bc0b94773749f2b98e588 (diff) | |
download | perl-7e6e257ff69fdd63bc59933314de6190d0b80d46.tar.gz |
AUTHORS updates and
Subject: [PATCH] Just some preening :-)
Message-ID: <20010904141659.A10129@homer.diplex.co.uk>
p4raw-id: //depot/perl@11857
Diffstat (limited to 'lib/Text/Soundex.pm')
-rw-r--r-- | lib/Text/Soundex.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Text/Soundex.pm b/lib/Text/Soundex.pm index 842e0cc1d6..64a9e6507d 100644 --- a/lib/Text/Soundex.pm +++ b/lib/Text/Soundex.pm @@ -11,7 +11,7 @@ $VERSION = '1.01'; # # Implementation of soundex algorithm as described by Knuth in volume # 3 of The Art of Computer Programming, with ideas stolen from Ian -# Phillips <ian@pipex.net>. +# Phillipps <ian@pipex.net>. # # Mike Stok <Mike.Stok@meiko.concord.ma.us>, 2 March 1994. # @@ -146,5 +146,5 @@ of C<H416>. =head1 AUTHOR This code was implemented by Mike Stok (C<stok@cybercom.net>) from the -description given by Knuth. Ian Phillips (C<ian@pipex.net>) and Rich Pinder +description given by Knuth. Ian Phillipps (C<ian@pipex.net>) and Rich Pinder (C<rpinder@hsc.usc.edu>) supplied ideas and spotted mistakes. |