Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7A300A65CC for ; Fri, 17 Apr 2015 01:06:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A44B514A199; Fri, 17 Apr 2015 01:06:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CDD7A14A195 for ; Fri, 17 Apr 2015 01:06:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kGy7ZS6vuh3t for ; Fri, 17 Apr 2015 01:06:38 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4C57414A0F3 for ; Fri, 17 Apr 2015 01:06:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 46E0798; Fri, 17 Apr 2015 01:06:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 17 Apr 2015 01:06:38 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Test-MockModule To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150417010638.46E0798@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Fri Apr 17 01:06:38 UTC 2015 Modified Files: pkgsrc/devel/p5-Test-MockModule: Makefile distinfo Log Message: (pkgsrc) - Convert to PERL5_MODULE_TYPE= Module::Build (upstream) - Update 0.05 to 0.09 (for 0.09 is not listed below) ------------------ v0.08 2015-03-15 - Ensure LICENSE autogenerates for distribution, fixed license issues in Build.PL v0.08 2015-03-14 - Updated README with correct instructions now that we use Build.PL v0.07 2015-03-14 - Updated docs for more clarity when handling objects of mocked classes. v0.06 2015-03-07 - unmock() on inherited subroutines will dispatch to the parent module, rather than replace the local subroutine with the parent's subroutine from the time of mocking (RT77439) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Test-MockModule/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Test-MockModule/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.