Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 1CB1763B8EC for ; Sun, 22 Feb 2009 16:07:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id C2D7363B2A7; Sun, 22 Feb 2009 16:07: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 C90EE63B27A for ; Sun, 22 Feb 2009 16:07:55 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B8D46175D0; Sun, 22 Feb 2009 16:07:55 +0000 (UTC) From: Thomas Klausner Subject: CVS commit: pkgsrc/devel/p5-Config-General To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org Message-Id: <20090222160755.B8D46175D0@cvs.netbsd.org> Date: Sun, 22 Feb 2009 16:07:55 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Sun Feb 22 16:07:55 UTC 2009 Modified Files: pkgsrc/devel/p5-Config-General: Makefile distinfo Log Message: Update to 2.42: 2.42 - dist tarball for 2.41 missed t/Tie/LxHash.pm. Dammit. the File to the MANIFEST. 2.41 - fixed rt.cpan.org#38635. apache-like include now supports quoted strings. - fixed rt.cpan.org#41748. saving config with -tie enabled now keeps the tie as documented. - added unit test for -tie. For this to work, a copy of Tie::LxHash module is delivered with Config::General source, but will not installed, in fact, it is only used for 'make test' (number 50) - fixed rt.cpan.org#39159. documentation of functional interface now reflects that qw$method) is now required. - applied patch by AlexK fixing rt.cpan.org#41030: if files are included by means of a glob pattern having the -IncludeGlob option activated, paths specified by the -ConfigPath option are being neglected when trying to spot the files. This patch fixes this - applied patch by fbicknel, fixes rt.cpan.org#41570: An array of scalars (eg: option = [1,2,3]) cannot be used for interpolation (which element shall we use?!), so we ignore those types of lists and don't build a __stack for them. To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pkgsrc/devel/p5-Config-General/Makefile cvs rdiff -r1.7 -r1.8 pkgsrc/devel/p5-Config-General/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.