Name: | perl-Test-Memory-Cycle |
---|---|
Version: | 1.04 |
Release: | 7.1.el6 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 11304 |
License: | GPL+ or Artistic |
RPM: | perl-Test-Memory-Cycle-1.04-7.1.el6.noarch.rpm |
Source RPM: | perl-Test-Memory-Cycle-1.04-7.1.el6.src.rpm |
Build Date: | Thu Jul 15 2010 |
Build Host: | ca-build19.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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. |