File: control

package info (click to toggle)
libemail-received-perl 1.00-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: perl: 841; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,216 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
Source: libemail-received-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libregexp-common-perl, perl,
 libemail-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Standards-Version: 4.1.4
Homepage: https://metacpan.org/release/Email-Received
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libemail-received-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libemail-received-perl
Testsuite: autopkgtest-pkg-perl

Package: libemail-received-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libregexp-common-perl
Description: Perl module to parse an email Received: header
 Email::Received is a Perl Email Project rewrite of SpamAssassin's email
 header parser. This was done so that the great work they did in analysing
 pretty much every possible Received header format could be used in
 applications other than SpamAssassin itself.
 .
 The module provides one function, parse_received, which takes a single
 Received line. It then produces either nothing, if the line is unparsable,
 or a hash reference if it parsed the message.