An open API service indexing awesome lists of open source software.

https://github.com/petdance/test-memory-cycle

Test::Memory::Cycle -- A Perl module to check for memory leaks and circular memory references
https://github.com/petdance/test-memory-cycle

Last synced: 3 months ago
JSON representation

Test::Memory::Cycle -- A Perl module to check for memory leaks and circular memory references

Awesome Lists containing this project

README

          

# test-memory-cycle

Test::Memory::Cycle -- A Perl module to check for memory leaks and circular memory references.

It's a thin Test::More-compatible wrapper around Lincoln Stein's
Devel::Cycle module.