File: control

package info (click to toggle)
libcarp-datum-perl 1%3A0.1.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 264 kB
  • ctags: 110
  • sloc: perl: 1,853; yacc: 613; makefile: 64
file content (20 lines) | stat: -rw-r--r-- 881 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libcarp-datum-perl
Section: interpreters
Priority: optional
Maintainer: Raphael Hertzog <hertzog@debian.org>
Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16)
Standards-Version: 3.6.2

Package: libcarp-datum-perl
Architecture: all
Depends: ${perl:Depends}, liblog-agent-perl, libgetargs-long-perl
Description: Debugging And Tracing Ultimate Module (for perl)
 Carp::Datum implements the following features:
 .
  * Programming by contract: pre-conditions, post-conditions, assertions.
  * Flow control tracing: routine entry, arguments, returned values
  * Dynamic (i.e. runtime) configuration via mini language to tailor
    debugging and/or tracing at the routine / file / package / type level.
  * Ability to statically remove all assertions and flow control tracing
    hooks in modules making use of Carp::Datum.
  * Cooperation with Log::Agent for tracing.