Wed Feb 25 22:33:47 2009 UTC ()
Provides two functions to show reference counts of Perl objects.

This can be handy when testing/debugging and you want to know what the heck
is going on.

This is a trivial module. The documentation is longer than the code. Heck,
the BSD license at the top of the file is longer than the code. It took
longer to make it release-ready than it took to write it.

Provides:
  - refcount
  - refcount_sv


(sno)
diff -r0 -r1.1 pkgsrc/devel/p5-Scalar-Util-Refcount/DESCR
diff -r0 -r1.1 pkgsrc/devel/p5-Scalar-Util-Refcount/Makefile
diff -r0 -r1.1 pkgsrc/devel/p5-Scalar-Util-Refcount/distinfo

File Added: pkgsrc/devel/p5-Scalar-Util-Refcount/DESCR
Provides two functions to show reference counts of Perl objects.

This can be handy when testing/debugging and you want to know what the heck
is going on.

This is a trivial module. The documentation is longer than the code. Heck,
the BSD license at the top of the file is longer than the code. It took
longer to make it release-ready than it took to write it.

Provides:
  - refcount
  - refcount_sv

File Added: pkgsrc/devel/p5-Scalar-Util-Refcount/Makefile
# $NetBSD: Makefile,v 1.1 2009/02/25 22:33:47 sno Exp $
#

DISTNAME=		Scalar-Util-Refcount-1.0.2
PKGNAME=		p5-${DISTNAME}
CATEGORIES=		misc perl5
MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=Scalar/}

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://search.cpan.org/dist/Scalar-Util-Refcount/
COMMENT=		Perl module to show an object's reference count

PKG_DESTDIR_SUPPORT=	user-destdir
PKG_INSTALLATION_TYPES=	overwrite pkgviews

USE_LANGUAGES=		c
PERL5_PACKLIST=		auto/Scalar/Util/Refcount/.packlist

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

File Added: pkgsrc/devel/p5-Scalar-Util-Refcount/distinfo
$NetBSD: distinfo,v 1.1 2009/02/25 22:33:47 sno Exp $

SHA1 (Scalar-Util-Refcount-1.0.2.tar.gz) = 52ea69d212c349e3f26f2510f8c855cba81c26b7
RMD160 (Scalar-Util-Refcount-1.0.2.tar.gz) = f8cdfce3ae4030aa18b711cfad2cd1ac4f2a9849
Size (Scalar-Util-Refcount-1.0.2.tar.gz) = 18571 bytes