Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id B3C4E63C166 for ; Sun, 12 Apr 2009 00:45:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 563E863B141; Sun, 12 Apr 2009 00:45:56 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id D971363B1CC for ; Sun, 12 Apr 2009 00:45:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C98CD175D0; Sun, 12 Apr 2009 00:45:54 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 12 Apr 2009 00:45:54 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/devel/p5-Module-Install To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20090412004554.C98CD175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: sno Date: Sun Apr 12 00:45:54 UTC 2009 Modified Files: pkgsrc/devel/p5-Module-Install: Makefile distinfo Log Message: PkgSrc changes: - Updating package to 0.82 Upstream changes: 0.82 Wed 9 Apr 2009 - Adam Kennedy - if configure_requires has ExtUtils::MakeMaker and it's version requires perl 5.6, require perl 5.6 for dist in META.yml (CHORNY) - Fixes to Module/AutoInstall.pm: (MSTROUT) - don't prompt for required dependencies under CPAN/CPANPLUS - allow PERL_AUTOINSTALL_PREFER_CPAN env var to disable cpanp use - Module::Install::DSL now correctly installs itself into the generated tarball (ADAMK) - Preferentially dispatch leading-underscore methods used in plugins to the main Module::Install object (ADAMK) 0.81 Tue 24 Mar 2009 - Adam Kennedy - Use 3-argument open when Perl >= 5.006 (ADAMK) - Support for 'keywords' key in META.yml (CHORNY) - More URLs for licenses, test for this (CHORNY) - tests for extracting link to bugtracker, will more correctly extract them (CHORNY) - Adding version-normalising Module::Install::_cmp (for <=> equivalent on versions) (ADAMK) - If the Makefile.PL time is in the future by only a few seconds (probably due to 2-second filesystem time rounding on Win32) sleep for 5 seconds to avoid the problem. (ADAMK) - Moving from Module::Install::DSL to inc::Module::Install::DSL (to reduce the Makefile.PL header for DSL mode to one line) (ADAMK) - Adding convenience pod reading Module::Install::_readpod (ADAMK) - Adding convenience pod stripping Module::Install::_readperl (ADAMK) - Adding experimental requires_from command to auto-detect requires (ADAMK) - Add a "Writing MYMETA.yml" status message (ADAMK) - Generalising boolean commands (ADAMK) - Cleaner removal of files during realclean (ADAMK) - Write META.yml and MYMETA.yml after Makefile to pick up a couple of extra implicit dependencies. (ADAMK) - Set a high configure_requires on ExtUtils::MakeMaker for any client that supports configure_requires. (ADAMK) - Add a full resolution test for Module::Install::DSL (ADAMK) - If we write MYMETA.yml, remove it at realclean time (ADAMK) - Removed the 'Removing META.yml' warning 0.80 Tue 17 Mar 2009 - Adam Kennedy - Don't generate MYMETA.yml if we don't have YAML::Tiny, even if we've said we need it. This was breaking Catalyst. (ADAMK) - Will not ask about auto-installing mandatory dependencies, if $ENV{PERL5_CPANPLUS_IS_RUNNING} is set (CHORNY) 0.79 Wed 4 Feb 2009 - Adam Kennedy - Upgrading (and testing) Perl version normalisation - Adding an experimental-grade implementation of MYMETA.yml 0.78 Sun 25 Jan 2009 - Adam Kennedy - Much more aggressive dependencies, except PAR::Dist (ADAMK) - Adding inc::Module::Install::DSL for simple installs (ADAMK) - We now avoid poking references in @INC in case they have strange overload behaviours. (PJF, RT #39929) - installdirs and install_as_* are now documented in Module/Install.pod (PJF, RT #25111) - Applied patch RT #38443 from Oleg Kostyuk for two-part version numbers being passed to perl_version. Calling 'perl_version 5.8' should now work the same as 'perl_version 5.008'. Additional tests added to t/07_perl_version.t to check this. (PJF, RT #38443) - Module::Install no longer complains about the phrase "All rights reserved" in association with open source licenses. (PJF, RT #41268) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Module-Install/Makefile cvs rdiff -u -r1.6 -r1.7 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.