Paketname | libtest-valgrind-perl |
Beschreibung | module to test Perl code through valgrind |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.12-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 312 Byte |
Hängt ab von | perl, libfile-homedir-perl (>= 0.86), libxml-twig-perl, libperl-destruct-level-perl, libenv-sanctify |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 99528 Byte |
Prüfsumme MD5 | 61ffbe9e0c04d26bdffed38789f33394 |
Prüfsumme SHA1 | b9524aabe1c49caa8074e67827e3fa0c1d06a0cb |
Prüfsumme SHA256 | cbdfff54c8e688145167c9f3bfaa635fea872f0fa0e031a666ee7a18d95f3cc7 |
Link zum Herunterladen | libtest-valgrind-perl_1.12-1_all.deb |
Ausführliche Beschreibung | Test::Valgrind is a module that lets you run Perl code through the memcheck
tool of the Valgrind Memory Debugger, to test it for memory errors and leaks.
.
Due to the nature of perl's memory allocator, this module can't track leaks
of Perl objects. This includes non-mortalized scalars and memory cycles.
However, it can track leaks of chunks of memory allocated in XS extensions
with Newx and friends or malloc. As such, it's complementary to the other
very good leak detectors such as Test::LeakTrace.
.
Additionally, this module can run arbitrary commands (not just Perl code)
and provide output compliant with Perl's Test Anything Protocol (TAP).
This means that any executable can be run under valgrind and incorporated
into your testsuite.
|