File: control

package info (click to toggle)
libany-uri-escape-perl 0.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 72 kB
  • ctags: 1
  • sloc: perl: 39; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,022 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
Source: libany-uri-escape-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robin Sheat <robin@catalyst.net.nz>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     liburi-perl,
                     liburi-escape-xs-perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libany-uri-escape-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libany-uri-escape-perl.git
Homepage: https://metacpan.org/release/Any-URI-Escape

Package: libany-uri-escape-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liburi-perl | liburi-escape-xs-perl
Recommends: liburi-escape-xs-perl
Description: module to load URI::Escape::XS preferentially over URI::Escape
 URI::Escape is great, but URI::Escape::XS is faster. Any::URI::Escape loads
 URI::Escape::XS and imports the two most common methods if XS is installed.