Subject: pkg/34362: [update] devel/p5-Module-Install
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/29/2006 16:20:02
>Number:         34362
>Category:       pkg
>Synopsis:       [update] devel/p5-Module-Install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 29 16:20: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 0.64

- Changes to 0.64

* auto_install() will no longer invoke CPAN.pm or CPANPLUS
   recursively when running under CPANPLUS (i.e., when 
   $ENV{PERL5_CPANPLUS_IS_RUNNING} is set to a true value.)

* auto_install() would not follow prerequisites of requires() when
   the module is installed from the command line and only CPAN.pm is
   installed. [rt.cpan.org 21139] (MSCHWERN)

- Changes to 0.63
 
* "make" gets confused if the Makefile.PL time is in the future, but there
   is no universal fix for this. As an initial solution, catch the error
   situation and die with an error to the user. (ADAMK)
* Adding additional notes on no_index package (ADAMK)
* Removing hashbang from Makefile.PL and using a $^W = 1 instead (ADAMK)




>How-To-Repeat:





>Fix:


--- p5-Module-Install.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-Module-Install/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	15 May 2006 14:59:52 -0000	1.1.1.1
+++ Makefile	29 Aug 2006 14:09:31 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1.1.1 2006/05/15 14:59:52 seb Exp $
 
-DISTNAME=	Module-Install-0.62
+DISTNAME=	Module-Install-0.64
 PKGNAME=	p5-${DISTNAME}
 SVR4_PKGNAME=	p5moi
 CATEGORIES=	devel perl5
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-Module-Install/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	15 May 2006 14:59:52 -0000	1.1.1.1
+++ distinfo	29 Aug 2006 14:09:46 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2006/05/15 14:59:52 seb Exp $
 
-SHA1 (Module-Install-0.62.tar.gz) = e92555ad110bbf762ffe4fa88b7a6a57f62d81fb
-RMD160 (Module-Install-0.62.tar.gz) = 4ff5c2ed55368ecbec6d168bd21f566f0c17454d
-Size (Module-Install-0.62.tar.gz) = 76096 bytes
+SHA1 (Module-Install-0.64.tar.gz) = ce93e103164aaec8d5c015829ced38666a2f3fa4
+RMD160 (Module-Install-0.64.tar.gz) = 4d8785373ffebe68d6dd768f76852e210da714b6
+Size (Module-Install-0.64.tar.gz) = 80446 bytes
--- p5-Module-Install.diff ends here ---