File: control

package info (click to toggle)
libhttp-cookiemonster-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 264 kB
  • sloc: perl: 407; makefile: 7
file content (35 lines) | stat: -rw-r--r-- 1,504 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
26
27
28
29
30
31
32
33
34
35
Source: libhttp-cookiemonster-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)
Build-Depends-Indep: libhttp-cookies-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libsafe-isa-perl <!nocheck>,
                     libsub-exporter-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-cookiemonster-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-cookiemonster-perl.git
Homepage: https://metacpan.org/release/HTTP-CookieMonster

Package: libhttp-cookiemonster-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhttp-cookies-perl,
         libmoo-perl,
         libsafe-isa-perl,
         libsub-exporter-perl,
         liburi-perl
Description: module for easy read/write access to HTTP::Cookies jar
 HTTP::CookieMonster was created because messing around with HTTP::Cookies is
 non-trivial. HTTP::Cookies is a very useful module, but using it is not always
 as easy and clean as it could be. HTTP::CookieMonster gives you a simple
 interface for getting and setting cookies.
 .
 Warning: this is BETA code which is still subject to change.