1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libdevel-calltrace-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Devel-CallTrace/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-calltrace-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-calltrace-perl/
Package: libdevel-calltrace-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Code tracer to follow function calls
There are a number of perl modules in the CPAN that are designed to
trace a program's execution as it runs. Each uses a different trick to
do its job, but none of them quite met my needs. The technique this
module uses is quite simple and seems to be quite robust.
|