File: control

package info (click to toggle)
libdebug-client-perl 0.29-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 352 kB
  • ctags: 168
  • sloc: perl: 2,653; makefile: 10
file content (35 lines) | stat: -rw-r--r-- 1,570 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: libdebug-client-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Fabrizio Regalli <fabreg@fabreg.it>,
           gregor herrmann <gregoa@debian.org>,
           Dominique Dumont <dod@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libfile-homedir-perl (>= 0.98),
                     libio-socket-ip-perl (>= 0.21) | perl (>= 5.19.8),
                     libpadwalker-perl,
                     libterm-readline-gnu-perl,
                     libtest-class-perl (>= 0.36),
                     libtest-deep-perl (>= 0.108),
                     libtest-requires-perl (>= 0.07),
                     perl (>= 5.17.3)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdebug-client-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdebug-client-perl.git
Homepage: https://metacpan.org/release/Debug-Client

Package: libdebug-client-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libio-socket-ip-perl (>= 0.21) | perl (>= 5.19.8),
         libpadwalker-perl,
         libterm-readline-gnu-perl,
         perl (>= 5.17.3)
Description: module to debug Perl programs remotely
 Debug::Client is a Perl module designed to facilitate remote debugging of
 your Perl software. Its interface consists of connecting to a remote Perl
 session, permitting manipulation of breakpoints and providing stack traces
 or variable values where needed.