Sun Oct 12 10:39:44 2008 UTC ()
Initial import of p5-Devel-Gladiator version 0.01 in the NetBSD
Packages Collection.

The Perl 5 module Devel::Gladiator iterate's Perl's internal memory
structures and can be used to enumerate all the currently live SVs.

This can be used to hunt leaks and to profile memory usage

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(seb)
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Devel-Gladiator/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Devel-Gladiator/distinfo
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Devel-Gladiator/Makefile

File Added: pkgsrc/devel/p5-Devel-Gladiator/DESCR
The Perl 5 module Devel::Gladiator iterate's Perl's internal memory
structures and can be used to enumerate all the currently live SVs.

This can be used to hunt leaks and to profile memory usage

File Added: pkgsrc/devel/p5-Devel-Gladiator/distinfo
$NetBSD: distinfo,v 1.1.1.1 2008/10/12 10:39:44 seb Exp $

SHA1 (Devel-Gladiator-0.01.tar.gz) = b7da93dc2424d511cd482e3a3360055ae0788ceb
RMD160 (Devel-Gladiator-0.01.tar.gz) = e5f26f24892a2b953081c34993ea5d1260bb8c35
Size (Devel-Gladiator-0.01.tar.gz) = 33014 bytes

File Added: pkgsrc/devel/p5-Devel-Gladiator/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/10/12 10:39:44 seb Exp $
#

DISTNAME=	Devel-Gladiator-0.01
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Devel/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/Devel-Gladiator/
COMMENT=	Perl 5 module to walk Perl's arena

PKG_DESTDIR_SUPPORT=	user-destdir

PERL5_PACKLIST=	auto/Devel/Gladiator/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"