Test::Memory::Cycle - Check for memory leaks and circular memory references http://www.cpan.org
Go to file
2024-01-06 09:43:09 +01:00
perl-Test-Memory-Cycle.spec automatic update by autodist [release 1.06-1mamba;Mon Feb 15 2016] 2024-01-06 09:43:09 +01:00
README.md package created by autospec [release 1.04-1mamba;Fri Feb 18 2011] 2024-01-06 09:43:09 +01:00

perl-Test-Memory-Cycle

Perl's garbage collection has one big problem: Circular references can't get cleaned up. A circular reference can be as simple as two objects 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.