You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
884 B
Tcl
21 lines
884 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Test-LeakTrace 0.17
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Test::LeakTrace - Traces memory leaks
|
|
long_description Test::LeakTrace provides several functions that trace memory leaks. \
|
|
This module scans arenas, the memory allocation system, so it can \
|
|
detect any leaked SVs in given blocks.
|
|
|
|
checksums rmd160 5a8f196ef5e6f30f0c36a1c99eb759b231ee599d \
|
|
sha256 777d64d2938f5ea586300eef97ef03eacb43d4c1853c9c3b1091eb3311467970 \
|
|
size 34126
|
|
|
|
platforms darwin
|