File: control

package info (click to toggle)
libwhisker2-perl 2.4-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 664 kB
  • ctags: 303
  • sloc: perl: 7,262; makefile: 52
file content (26 lines) | stat: -rw-r--r-- 838 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
Source: libwhisker2-perl
Section: perl
Priority: optional
Maintainer: Vincent Bernat <bernat@luffy.cx>
Build-Depends: perl, debhelper (>= 5.0.0)
Standards-Version: 3.7.3
Homepage: http://www.wiretrip.net/rfp/lw.asp

Package: libwhisker2-perl
Architecture: all
Depends: ${perl:Depends}
Recommends: libnet-ssleay-perl
Description: Perl module geared for HTTP testing
 This package provides LibWhisker 2 (LW2), a flexible, portable and
 self-contained Perl module implementing fast and small replacements
 to the usual HTTP testing functions, as available in LWP, URI,
 HTML::Parser, MIME::Base64, etc.
 .
 It supports:
    - HTTP 0.9, 1.0, and 1.1;
    - persistent connections (with keep-alives);
    - proxying;
    - anti-IDS features;
    - SSL (through libnet-ssleay-perl);
    - chunked encoding;
    - basic and NTLM authentication.