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
  
     | 
    
      Source: libcarp-datum-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     liblog-agent-perl,
                     libgetargs-long-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcarp-datum-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcarp-datum-perl.git
Homepage: https://metacpan.org/release/Carp-Datum
Package: libcarp-datum-perl
Architecture: all
Depends: ${misc: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.
 
     |