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
  
     | 
    
      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 <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
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).
 
     |