| Paketname | libtest-memory-cycle-perl |
| Beschreibung | Perl module that verifies code hasn't left circular references |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 1.04-1 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 68 Byte |
| Hängt ab von | perl (>= 5.6.0-16), libpadwalker-perl, libdevel-cycle-perl (>= 1.07) |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Perl Group |
| Quelle | |
| Paketgröße | 8030 Byte |
| Prüfsumme MD5 | dc0d58f10eb66b4ac821f01de5631a2c |
| Prüfsumme SHA1 | 58f50c0128dd3b81197ec01cd39b2d6617d3e1ed |
| Prüfsumme SHA256 | d5665c2569326a894184f8fd0457e308e43939790253a07676b88875cebeac85 |
| Link zum Herunterladen | libtest-memory-cycle-perl_1.04-1_all.deb |
| Ausführliche Beschreibung | Test::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.
|