Source: liblingua-en-nameparse-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
 perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: perl, libparse-recdescent-perl, libtest-pod-perl,
 libtest-pod-coverage-perl,
 perl (>= 5.13.10) | libutf8-perl (>= 1.09)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
 Nicholas Bamber <nicholas@periapt.co.uk>,
 Florian Schlichting <fsfs@debian.org>
Homepage: https://metacpan.org/release/Lingua-EN-NameParse/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblingua-en-nameparse-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblingua-en-nameparse-perl.git
Standards-Version: 3.9.5

Package: liblingua-en-nameparse-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libparse-recdescent-perl,
 perl (>= 5.13.10) | libutf8-perl (>= 1.09)
Description: module for parsing a person's name in free text
 Lingua::EN::NameParse takes as input a person or persons name in
 free format text such as,
 .
  Mr AB & M/s CD MacNay-Smith
  MR J.L. D'ANGELO
  Estate Of The Late Lieutenant Colonel AB Van Der Heiden
 .
 and attempts to parse it. If successful, the name is broken
 down into components and useful functions can be performed such as:
 .
  converting upper or lower case values to name case (Mr AB MacNay   )
  creating a personalised greeting or salutation     (Dear Mr MacNay )
  extracting the names individual components         (Mr,AB,MacNay   )
  determining the type of format the name is in      (Mr_A_Smith     )
