Source: libtext-metaphone-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Nick Morrott Build-Depends: debhelper (>= 9.20120312~), perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-metaphone-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtext-metaphone-perl.git Homepage: https://metacpan.org/release/Text-Metaphone Testsuite: autopkgtest-pkg-perl Package: libtext-metaphone-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Suggests: libtext-soundex-perl Description: modern soundex module providing phonetic encoding of words Text::Metaphone provides the Metaphone() function, whereby a string/word is broken down into a rough approximation of its English phonetic pronunciation. Very similar in concept and purpose to soundex, but much more comprehensive in its approach. . This module is C/XS accelerated.