| Name: | perl-Test-Memory-Cycle |
|---|---|
| Version: | 1.06 |
| Release: | 13.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 19893 |
| License: | Artistic 2.0 |
| RPM: | perl-Test-Memory-Cycle-1.06-13.el9.noarch.rpm |
| Source RPM: | perl-Test-Memory-Cycle-1.06-13.el9.src.rpm |
| Build Date: | Fri Feb 04 2022 |
| Build Host: | build-ol9-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. |