perl-Test-Memory-Cycle/README.md

9 lines
316 B
Markdown
Raw Normal View History

2024-01-06 09:43:06 +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.