Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id F3F737A221 for ; Tue, 3 May 2016 12:39:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id ABD5285EA3; Tue, 3 May 2016 12:39:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3B84485E47 for ; Tue, 3 May 2016 12:39:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id CckZeCSartCs for ; Tue, 3 May 2016 12:39:35 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D4F7784C85 for ; Tue, 3 May 2016 12:39:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB889FBBA; Tue, 3 May 2016 12:39:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 3 May 2016 12:39:35 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Module-ExtractUse To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160503123935.CB889FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Tue May 3 12:39:35 UTC 2016 Modified Files: pkgsrc/devel/p5-Module-ExtractUse: Makefile distinfo Log Message: Updated devel/p5-Module-ExtractUse to 0.341 -------------------------------------------- 0.341 2016-01-30T22:18:20 - fixed 20_parse_self.t; version.pm is not used anymore (Kenichi Ishigaki) 0.340 2016-01-30T20:42:39 - load_first_existing_class() is now working (Anthony Brummett) - Class::Load::load_class(), try_load_class() and load_optional_class() are working (Anthony Brummett) - Detect uses of Module::Runtime (Anthony Brummett) - include extractuse as provided by Jonathan Yu in example/ (Anthony Brummett) - Linkify POD modules, mention Module::Extract::Use to resolve RT#45571. (Jeremy Mates) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Module-ExtractUse/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Module-ExtractUse/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.