Name: | perl-Test-Memory-Cycle |
---|---|
Version: | 1.06 |
Release: | 23.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 19627 |
License: | Artistic-2.0 |
RPM: | perl-Test-Memory-Cycle-1.06-23.el10_0.noarch.rpm |
Source RPM: | perl-Test-Memory-Cycle-1.06-23.el10_0.src.rpm |
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Test-Memory-Cycle |
Summary: | Check for memory leaks and circular memory references |
Description: | 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. |