Subject: CVS commit: pkgsrc/devel/p5-Module-Install
To: None <pkgsrc-changes@NetBSD.org>
From: OBATA Akio <obache@netbsd.org>
List: pkgsrc-changes
Date: 11/03/2006 10:41:14
Module Name:	pkgsrc
Committed By:	obache
Date:		Fri Nov  3 10:41:14 UTC 2006

Modified Files:
	pkgsrc/devel/p5-Module-Install: Makefile distinfo

Log Message:
Update p5-Module-Install to 0.64.
Patch provided by Martin Wilke via PR 34362.

Changes:
[Changes for 0.64 - 2006-08-24]

* 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 for 0.63 - 2006-06-05]

* "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)


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Module-Install/Makefile \
    pkgsrc/devel/p5-Module-Install/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.