Source: libmail-authenticationresults-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Magnus Holmgren <holmgren@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libscalar-list-utils-perl,
                     libtest-exception-perl,
                     libtest-simple-perl,
                     perl
Standards-Version: 4.4.0
Homepage: https://metacpan.org/release/Mail-AuthenticationResults
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmail-authenticationresults.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmail-authenticationresults

Package: libmail-authenticationresults-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libscalar-list-utils-perl
Description: object oriented Authentication-Results headers
 This parser copes with most styles of Authentication-Results header seen in
 the wild, but is not yet fully RFC7601 compliant
 .
 Differences from RFC7601
 .
 key/value pairs are parsed when present in the authserv-id section, this is
 against RFC but has been seen in headers added by Yahoo!.
 .
 Comments added between key/value pairs will be added after them in the data
 structures and when stringified.
