File: control

package info (click to toggle)
libregexp-common-email-address-perl 1.01-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 76 kB
  • sloc: perl: 9; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,149 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
24
25
Source: libregexp-common-email-address-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libemail-address-perl,
                     libregexp-common-perl,
                     perl
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libregexp-common-email-address-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libregexp-common-email-address-perl.git
Homepage: https://metacpan.org/release/Regexp-Common-Email-Address

Package: libregexp-common-email-address-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libemail-address-perl,
         libregexp-common-perl
Description: Regexp::Common extension for matching e-mail addresses
 The Regexp::Common::Email::Address Perl module extends Regexp::Common
 with a pattern that matches e-mail addresses as defined by RFC-2822.  It
 is simple glue between the parser in Email::Address and Regexp::Common.