| Paketname | libtest-memory-cycle-perl |
| Beschreibung | Perl module that verifies code hasn't left circular references |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 1.04-1 |
| Sektion | universe/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 | Ubuntu MOTU Developers |
| Quelle | |
| Paketgröße | 8072 Byte |
| Prüfsumme MD5 | d82500b2919c26e08ec9b998848c5ff0 |
| Prüfsumme SHA1 | c2158c88c41bc3dc238766df034b7ed80296e816 |
| Prüfsumme SHA256 | 68f0b46e569dee068835fbfb74c406a194fc4cda11e79c00bea60f6d80f7fc7a |
| 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.
|