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.
|