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" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 870BAB88F9 for ; Sat, 6 Sep 2014 12:42:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3858414A471; Sat, 6 Sep 2014 12:42:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 401CE14A46F for ; Sat, 6 Sep 2014 12:42: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 i_pMzvfQ9hLi for ; Sat, 6 Sep 2014 12:42:37 +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 6FC3B14A46E for ; Sat, 6 Sep 2014 12:42:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6DA8C96; Sat, 6 Sep 2014 12:42:37 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 6 Sep 2014 12:42:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Test-Pod-Coverage To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140906124237.6DA8C96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Sep 6 12:42:37 UTC 2014 Modified Files: pkgsrc/devel/p5-Test-Pod-Coverage: Makefile distinfo Log Message: Update to 1.10. Set LICENSE. 1.10 2014-07-17 NEILB - Changed license to Artistic 2.0, at PETDANCE's request. - Added README - Moved Coverage.pm to lib/Test/Pod/Coverage.pm - Min perl version now set to 5.006 in both code and dist metadata. Addresses RT#21564 from ANDK++ - Added DESCRIPTION section to pod (RT#28715 JEREMIAH++), and changed to a minimal SYNOPSIS, with everything else moved to the DESCRIPTION. - The "no verbose" tests in t/nosymbols.t weren't ensuring that the tests were running with HARNESS_VERBOSE set to false. You could set that true in your environment and break the test. RT#53947 - thanks to Pete Armstrong. - Makefile.PL: Ensured all prereqs listed in PREREQ_PM, and TEST_REQUIRES set if a recent enough ExtUtils::MakeMaker. - Added github repo to pod and dist metadata - Deleted the old META.yml, so new MYMETA.{yml,json} will be generated. - Reformatted as per CPAN::Changes::Spec 1.09_01 2014-07-08 NEILB - Specified license as 'Perl' in metadata, to match doc. - All of the changes in 1.10 were first done in this developer release, apart from the change to Artistic License 2.0. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Test-Pod-Coverage/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Test-Pod-Coverage/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.