X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FText%2FSoundex.pm;h=d5887640b8d4d3985bf40efdd6f7f87678383472;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=3079b90612c078b5ddde83b11eb0e1c15fc51499;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Text/Soundex.pm b/lib/Text/Soundex.pm index 3079b90..d588764 100644 --- a/lib/Text/Soundex.pm +++ b/lib/Text/Soundex.pm @@ -108,7 +108,7 @@ many people seem to prefer an I value like C can be assigned to C<$soundex_nocode>. In scalar context C returns the soundex code of its first -argument, and in array context a list is returned in which each element is the +argument, and in list context a list is returned in which each element is the soundex code for the corresponding argument passed to C e.g. @codes = soundex qw(Mike Stok);