File: control

package info (click to toggle)
libemail-address-perl 1.912-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 344 kB
  • sloc: perl: 453; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 1,020 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libemail-address-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libemail-address-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libemail-address-perl.git
Homepage: https://metacpan.org/release/Email-Address

Package: libemail-address-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module for RFC 2822 address parsing and creation
 Email::Address implements a complete RFC 2822 parser that locates email
 addresses in strings and returns a list of Email::Address objects
 found. Alternatively you may construct objects manually. The goal
 of this software is to be correct, and very very fast.