Subject: pkg/34368: [update] devel/p5-Test-Pod-Coverage
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/29/2006 17:25:01
>Number:         34368
>Category:       pkg
>Synopsis:       [update] devel/p5-Test-Pod-Coverage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 29 17:25:01 +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 1.08    

- Changelog
1.08    
        [FIXES]
        * File and directory names may now contain periods and hyphens.
        * Now exports all_modules().

1.07_01 
        [ENHANCEMENTS]
        * Can now use an alternate class that implements the Pod::Coverage
          interface.  This is mostly useful for avoiding the necessity to
          redocument or itemize overriden methods in a subclass by using
          Pod::Coverage::CountParents.  Thanks to Ricardo Signes.


>How-To-Repeat:





>Fix:


--- p5-Test-Pod-Coverage.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-Test-Pod-Coverage/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	4 Mar 2006 21:29:25 -0000	1.5
+++ Makefile	29 Aug 2006 16:34:39 -0000
@@ -1,9 +1,8 @@
 # $NetBSD: Makefile,v 1.5 2006/03/04 21:29:25 jlam Exp $
 #
 
-DISTNAME=		Test-Pod-Coverage-1.06
+DISTNAME=		Test-Pod-Coverage-1.08
 PKGNAME=		p5-${DISTNAME}
-PKGREVISION=		1
 CATEGORIES=		devel perl5
 MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=Test/}
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-Test-Pod-Coverage/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	23 Feb 2005 22:24:29 -0000	1.2
+++ distinfo	29 Aug 2006 16:35:11 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.2 2005/02/23 22:24:29 agc Exp $
 
-SHA1 (Test-Pod-Coverage-1.06.tar.gz) = 3717f53f83dcc499d0c4b66716522d9f40c78e4f
-RMD160 (Test-Pod-Coverage-1.06.tar.gz) = 978eb931d8be76e0f557c3156f5ea79f96785848
-Size (Test-Pod-Coverage-1.06.tar.gz) = 5149 bytes
+SHA1 (Test-Pod-Coverage-1.08.tar.gz) = 9d9669917092e24d0943589ea2dfa77ef4e9c853
+RMD160 (Test-Pod-Coverage-1.08.tar.gz) = 182d210c14beb2056f1c46b0deec75f34d342cf2
+Size (Test-Pod-Coverage-1.08.tar.gz) = 6418 bytes
--- p5-Test-Pod-Coverage.diff ends here ---