File: control

package info (click to toggle)
libemail-find-perl 0.10-dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 124 kB
  • ctags: 15
  • sloc: perl: 92; sh: 51; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: libemail-find-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Francesco Cecconi <francesco.cecconi@gmail.com>
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libemail-valid-perl,
                     libemail-address-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-find-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-find-perl.git
Homepage: https://metacpan.org/module/Email::Find

Package: libemail-find-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libemail-valid-perl,
         libemail-address-perl
Description: module to find RFC 822 email addresses in plain text
 Email::Find is a module for finding a subset of RFC 822 email
 addresses in arbitrary text.  The addresses it
 finds are not guaranteed to exist or even actually be email addresses
 at all, but they will be valid RFC 822 syntax.
 .
 Email::Find will perform some heuristics to avoid some of the more
 obvious red herrings and false addresses, but there's only so much
 which can be done without a human.