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
- Host: GitHub
- URL: https://github.com/petdance/test-memory-cycle
- Owner: petdance
- License: artistic-2.0
- Created: 2016-01-28T03:48:59.000Z (over 10 years ago)
- Default Branch: dev
- Last Pushed: 2019-06-14T18:51:11.000Z (about 7 years ago)
- Last Synced: 2025-03-06T15:18:25.765Z (over 1 year ago)
- Language: Perl
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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.