File: control

package info (click to toggle)
libmail-field-received-perl 0.26-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 152 kB
  • ctags: 24
  • sloc: perl: 605; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 982 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
Source: libmail-field-received-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.8-7), libmailtools-perl,
 libtest-differences-perl
Maintainer: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Mail-Field-Received/

Package: libmail-field-received-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libmailtools-perl
Description:  mostly RFC822-compliant parser of Received headers
 Don't use this class directly!  Instead ask Mail::Field for new
 instances based on the field name!
 .
 Mail::Field::Received provides subroutines for parsing Received
 headers from e-mails.  It mostly complies with RFC822, but deviates to
 accommodate a number of broken MTAs which are in common use.  It also
 attempts to extract useful information which MTAs often embed within
 the (comments).
 .
 It is a subclass derived from the Mail::Field and Mail::Field::Generic
 classes.