Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Test-Memory-Cycle: Check for memory leaks and circular memory references
- Summary
- 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.
Changelog
- * Tue May 24 17:00:00 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.02-1
- Update to 1.02.
- * Sat May 14 17:00:00 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.00-4
- Add dist tag.
- * Fri Apr 22 17:00:00 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.00-3
- Fedora Extras: FC-4 version.