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 Debian Archiv squeeze (main)
Version1.12-1
Sektionperl
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
PaketbetreuerDebian Perl Group
Quelle
Paketgröße99084 Byte
Prüfsumme MD58f359bba2d913c31e3e380cc59563f72
Prüfsumme SHA15c1696d88445b8224f5dc677e2478e74ead1156c
Prüfsumme SHA2568aaa3263ff41e7ff1d6497bc568f71e67113e8f9e2cf69ccd74b0df1c8858bf4
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