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 Debian Archiv squeeze (main)
Version1.04-1
Sektionperl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl (>= 5.6.0-16), libpadwalker-perl, libdevel-cycle-perl (>= 1.07)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße8030 Byte
Prüfsumme MD5dc0d58f10eb66b4ac821f01de5631a2c
Prüfsumme SHA158f50c0128dd3b81197ec01cd39b2d6617d3e1ed
Prüfsumme SHA256d5665c2569326a894184f8fd0457e308e43939790253a07676b88875cebeac85
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