File: control

package info (click to toggle)
libhttp-cookiemonster-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 164 kB
  • ctags: 9
  • sloc: perl: 269; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,528 bytes parent folder | download | duplicates (2)
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
36
37
Source: libhttp-cookiemonster-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libdata-serializer-perl,
                     libhttp-cookies-perl,
                     libmoo-perl (>= 1.000003),
                     libsafe-isa-perl,
                     libsub-exporter-perl,
                     libtest-most-perl,
                     liburi-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-cookiemonster-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-cookiemonster-perl.git
Homepage: https://metacpan.org/release/HTTP-CookieMonster
Testsuite: autopkgtest-pkg-perl

Package: libhttp-cookiemonster-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhttp-cookies-perl,
         libmoo-perl (>= 1.000003),
         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.