File: control

package info (click to toggle)
libdebug-trace-perl 0.04-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze, wheezy
  • size: 68 kB
  • ctags: 10
  • sloc: perl: 161; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 666 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libdebug-trace-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gustavo Franco <stratus@debian.org>, gregor herrmann <gregor+debian@comodo.priv.at>, Carlo Segre <segre@debian.org>
Build-Depends: debhelper (>= 5.0.0), cdbs(>= 0.4.21-0.1)
Build-Depends-Indep: perl(>= 5.6.0-16)
Standards-Version: 3.7.2

Package: libdebug-trace-perl
Architecture: all
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.