Name: | perl-Test-Memory-Cycle |
---|---|
Version: | 1.06 |
Release: | 13.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 19893 |
License: | Artistic 2.0 |
RPM: | perl-Test-Memory-Cycle-1.06-13.el8.noarch.rpm |
Source RPM: | perl-Test-Memory-Cycle-1.06-13.el8.src.rpm |
Build Date: | Mon Nov 04 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.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. |