Updated to 0.03

This commit is contained in:
Sergey Skvortsov 2004-03-23 12:20:54 +00:00
parent 9ed8c4a45c
commit 6e67ae41c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105036
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Devel-Leak
PORTVERSION= 0.02
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
@ -17,7 +17,6 @@ COMMENT= Utility for looking for perl objects that are not reclaimed
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Devel::Leak.3
.include <bsd.port.mk>

View File

@ -1 +1,2 @@
MD5 (Devel-Leak-0.02.tar.gz) = f4dece7cfb09a08840139ee3f54f84a0
MD5 (Devel-Leak-0.03.tar.gz) = 9ee2cf88bd1dbc6091e38ef4597b54bb
SIZE (Devel-Leak-0.03.tar.gz) = 3233

View File

@ -11,7 +11,7 @@ NoteSV. It re-walks the perl-internals and calls sv_dump() for any
"things" which did not exist when NoteSV was called. It returns a count
of the number of "things" now allocated.
WWW: http://search.cpan.org/search?dist=Devel-Leak
WWW: http://search.cpan.org/dist/Devel-Leak/
-- Sergey Skvortsov
skv@FreeBSD.org