Initial import of p5-Test-LeakTrace-0.10

Test::LeakTrace module 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.

ok sthen@
This commit is contained in:
kevlo 2009-09-29 09:04:13 +00:00
parent 2e85a36e08
commit bc3ab35a60
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/29 09:04:13 kevlo Exp $
SHARED_ONLY= Yes
COMMENT= module for tracing memory leaks
DISTNAME= Test-LeakTrace-0.10
CATEGORIES= devel
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Test-LeakTrace-0.10.tar.gz) = /HMv8FCftUdfDMsHEOYoeA==
RMD160 (Test-LeakTrace-0.10.tar.gz) = QKAGygLze9EdDhuIN6O12VlL/VI=
SHA1 (Test-LeakTrace-0.10.tar.gz) = /iyvMMngOsYm8ijqMJucUlQg8ho=
SHA256 (Test-LeakTrace-0.10.tar.gz) = 0BHigpkhldexwTDc69o11r8azsy7k0pZUUctPBkXG6U=
SIZE (Test-LeakTrace-0.10.tar.gz) = 44362

View File

@ -0,0 +1,3 @@
Test::LeakTrace module 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.

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/29 09:04:13 kevlo Exp $
${P5ARCH}/
${P5ARCH}/Test/
${P5ARCH}/Test/LeakTrace/
${P5ARCH}/Test/LeakTrace.pm
${P5ARCH}/Test/LeakTrace/JA.pod
${P5ARCH}/Test/LeakTrace/Script.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Test/
${P5ARCH}/auto/Test/LeakTrace/
${P5ARCH}/auto/Test/LeakTrace/LeakTrace.bs
${P5ARCH}/auto/Test/LeakTrace/LeakTrace.so
@man man/man3p/Test::LeakTrace.3p
@man man/man3p/Test::LeakTrace::JA.3p
@man man/man3p/Test::LeakTrace::Script.3p