File: control

package info (click to toggle)
libwww-form-urlencoded-perl 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: perl: 286; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 1,097 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: libwww-form-urlencoded-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libwww-form-urlencoded-xs-perl (>= 0.26) <!nocheck>
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwww-form-urlencoded-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwww-form-urlencoded-perl.git
Homepage: https://metacpan.org/release/WWW-Form-UrlEncoded

Package: libwww-form-urlencoded-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Recommends: libwww-form-urlencoded-xs-perl (>= 0.26)
Description: parser and builder for application/x-www-form-urlencoded format
 WWW::Form::UrlEncoded provides an application/x-www-form-urlencoded encoding
 parser and builder. This module aims to be compatible with other CPAN modules
 like HTTP::Body's urlencoded parser.