| 12
 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
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 
 | Source: libmail-dmarc-perl
Maintainer: Noah Meyerhans <noahm@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
		     libconfig-tiny-perl <!nocheck>,
		     libfile-sharedir-perl,
		     libio-socket-ssl-perl <!nocheck>,
		     libnet-idn-encode-perl,
		     libemail-mime-perl,
		     libmodule-build-perl,
		     libtest-file-sharedir-perl,
		     libemail-sender-perl,
		     libdbix-simple-perl,
		     libdbd-sqlite3-perl,
		     libtest-exception-perl <!nocheck>,
		     libtest-output-perl <!nocheck>,
		     libmail-dkim-perl <!nocheck>,
		     libnet-dns-perl <!nocheck>,
		     libnet-dns-resolver-mock-perl <!nocheck>,
		     libnet-imap-simple-perl <!nocheck>,
		     libnet-smtps-perl <!nocheck>,
		     libnet-ssleay-perl <!nocheck>,
		     libregexp-common-perl <!nocheck>,
		     libsocket6-perl <!nocheck>,
		     libnet-ip-perl <!nocheck>,
		     liburi-perl <!nocheck>,
		     libxml-libxml-perl <!nocheck>,
Standards-Version: 4.6.0
Homepage: https://metacpan.org/release/Mail-DMARC
Rules-Requires-Root: no
Package: libmail-dmarc-perl
Architecture: all
Depends: ${misc:Depends},
	 ${perl:Depends},
	 libconfig-tiny-perl,
	 libio-socket-ssl-perl,
	 libfile-sharedir-perl,
	 libnet-dns-perl,
	 libnet-idn-encode-perl,
	 libnet-ip-perl,
	 libnet-ssleay-perl,
	 libemail-mime-perl,
	 libtest-file-sharedir-perl,
	 libemail-sender-perl,
	 libdbix-simple-perl,
	 libdbd-sqlite3-perl,
	 libtest-output-perl,
	 libregexp-common-perl,
	 libsocket6-perl,
	 liburi-perl,
	 libxml-libxml-perl,
	 publicsuffix,
Recommends:
	    libjson-perl,
	    libmail-dkim-perl,
	    libnet-http-perl,
	    libnet-imap-simple-perl,
	    libnet-server-perl,
	    libnet-smtps-perl,
Description: Perl implementation of DMARC
 Mail::DMARC is a suite of tools for implementing DMARC. It adheres to the
 2013 DMARC draft, intending to implement every MUST and every SHOULD.
 |