Subject: pkg/34421: [update] textproc/p5-Pod-Coverage
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/30/2006 11:25:08
>Number:         34421
>Category:       pkg
>Synopsis:       [update] textproc/p5-Pod-Coverage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 11:25:08 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
	miwi@mwilke.ath.cx:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 0.18

- Changelog

	Rewrite _CvGV in terms of B::CV - no xs dependency anymore
	(suggested by Tim Bunce)

        Add the (FETCH|MODIFY)_$foo_ATTRIBUTES methods to the private
	stoplists. (rt #12451)

        Support documentation where the method name is documented in a
	::qualified style (rt #14635)

	Ignores new (5.8) magic CLONE and CLONE_SKIP methods. (rt #17489)

	Added a nonwhitespace option (Alex - rt #14950)


>How-To-Repeat:





>Fix:


--- p5-Pod-Coverage.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-Pod-Coverage/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	4 Mar 2006 21:30:48 -0000	1.6
+++ Makefile	30 Aug 2006 09:46:43 -0000
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.6 2006/03/04 21:30:48 jlam Exp $
 
-DISTNAME=	Pod-Coverage-0.17
+DISTNAME=	Pod-Coverage-0.18
 PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Pod/}
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-Pod-Coverage/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	24 Feb 2005 14:48:45 -0000	1.2
+++ distinfo	30 Aug 2006 09:47:00 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.2 2005/02/24 14:48:45 agc Exp $
 
-SHA1 (Pod-Coverage-0.17.tar.gz) = 5fcbf18ce51643f9ae0e8488190b4757955d2295
-RMD160 (Pod-Coverage-0.17.tar.gz) = 83d16f2ced5c95e790699f99e7d777839c25a7be
-Size (Pod-Coverage-0.17.tar.gz) = 12692 bytes
+SHA1 (Pod-Coverage-0.18.tar.gz) = b2ba1b2ee7313f4cfd209e9d0ee0f3f993d4a022
+RMD160 (Pod-Coverage-0.18.tar.gz) = 36b17b5bf77b7aeb6531cad09dbcde6ab3bb629d
+Size (Pod-Coverage-0.18.tar.gz) = 13292 bytes
--- p5-Pod-Coverage.diff ends here ---