DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtest-valgrind-perl
Beschreibungmodule to test Perl code through valgrind
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.12-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe312 Byte
Hängt ab vonperl, libfile-homedir-perl (>= 0.86), libxml-twig-perl, libperl-destruct-level-perl, libenv-sanctify
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße99528 Byte
Prüfsumme MD561ffbe9e0c04d26bdffed38789f33394
Prüfsumme SHA1b9524aabe1c49caa8074e67827e3fa0c1d06a0cb
Prüfsumme SHA256cbdfff54c8e688145167c9f3bfaa635fea872f0fa0e031a666ee7a18d95f3cc7
Link zum Herunterladenlibtest-valgrind-perl_1.12-1_all.deb
Ausführliche BeschreibungTest::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.


Impressum
Linux is a registered trademark of Linus Torvalds