File: control

package info (click to toggle)
libdebug-trace-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 96 kB
  • ctags: 10
  • sloc: perl: 161; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 783 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libdebug-trace-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 (>= 9~)
Build-Depends-Indep: perl
Standards-Version: 3.9.5
Homepage: http://metacpan.org/release/Debug-Trace
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdebug-trace-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdebug-trace-perl.git

Package: libdebug-trace-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module to trace Perl subroutine calls 
 Debug::Trace is a Perl module that can trace information upon every 
 call and return of Perl function. It does not require any changes to 
 the sources.