Source: liblog-trace-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.8.8-8), libdata-serializer-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Standards-Version: 3.8.0 Homepage: http://search.cpan.org/dist/Log-Trace/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblog-trace-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblog-trace-perl/ Package: liblog-trace-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libdata-serializer-perl Description: Perl module to provide a unified approach to tracing A module to provide a unified approach to tracing. A script can use Log::Trace qw( < mode > ) to set the behaviour of the TRACE function. . By default, the trace functions are exported to the calling package only. You can export the trace functions to other packages with the "Deep" option. See "OPTIONS" for more information. . All exports are in uppercase (to minimise collisions with "real" functions).