File: README.md

package info (click to toggle)
libtest-memory-cycle-perl 1.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 420; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# 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.