X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FText%2FSoundex.pm;h=64a9e6507d56fbb5ac38bafb441b75e14d33041b;hb=df26a7db8f2a7fec12d403bcefa0501353e16991;hp=842e0cc1d627d632965097f5f2071406b4390b89;hpb=d6a466d771dbdc293e3f83b595b03cf44617cabb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Text/Soundex.pm b/lib/Text/Soundex.pm index 842e0cc..64a9e65 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 . +# Phillipps . # # Mike Stok , 2 March 1994. # @@ -146,5 +146,5 @@ of C. =head1 AUTHOR This code was implemented by Mike Stok (C) from the -description given by Knuth. Ian Phillips (C) and Rich Pinder +description given by Knuth. Ian Phillipps (C) and Rich Pinder (C) supplied ideas and spotted mistakes.