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-memory-cycle-perl
BeschreibungPerl module that verifies code hasn't left circular references
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.04-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl (>= 5.6.0-16), libpadwalker-perl, libdevel-cycle-perl (>= 1.07)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße8072 Byte
Prüfsumme MD5d82500b2919c26e08ec9b998848c5ff0
Prüfsumme SHA1c2158c88c41bc3dc238766df034b7ed80296e816
Prüfsumme SHA25668f0b46e569dee068835fbfb74c406a194fc4cda11e79c00bea60f6d80f7fc7a
Link zum Herunterladenlibtest-memory-cycle-perl_1.04-1_all.deb
Ausführliche BeschreibungTest::Memory::Cycle checks for memory leaks and circular memory references. It's a thin Test::More-compatible wrapper around Lincoln Stein's Devel::Cycle module. . Perl's garbage collection has one big problem: Circular references can't get cleaned up. A circular reference can be as simple as two reference that refer to each other. Test::Memory::Cycle is built on top of Devel::Cycle to give you an easy way to check for these circular references. You can also use memory_cycle_exists() to make sure that you have a cycle where you expect to have one.


Impressum
Linux is a registered trademark of Linus Torvalds