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 7D63AA654B for ; Sat, 9 May 2015 00:56:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BB12B14A34D; Sat, 9 May 2015 00:56:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B999C14A34C for ; Sat, 9 May 2015 00:56:41 +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 gjxlWa_CRNVa for ; Sat, 9 May 2015 00:56:41 +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 F14AB14A348 for ; Sat, 9 May 2015 00:56:40 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E56D598; Sat, 9 May 2015 00:56:40 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 9 May 2015 00:56:40 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Test-Cmd To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20150509005640.E56D598@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Sat May 9 00:56:40 UTC 2015 Modified Files: pkgsrc/devel/p5-Test-Cmd: Makefile distinfo Log Message: Update to 1.08 Add LICENSE Upstream changes: 1.08 2015-01-25 NEILB - Documentation improvements from JMATES++. 1.07 2015-01-07 NEILB - Linkify external module references. JMATES++ - Added Test::Pod as a release test. JMATES++ 1.06 2014-04-09 - First non-developer release by NEILB - Fixed RT#41504 - Fixed RT#92082 - Fixed RT#92081 - Fixed RT#53619 - Noted in the pod that I'm now maintaining it. 1.05_02 2014-04-08 - If the constructor failed part way, it would sometimes leave cruft behind in TMPDIR. RT#41504 - thanks ANDK. 1.05_01 2014-04-02 - Specified min perl version 5.6.0 in metadata and in code - Moved the modules into lib/Test/ - Added PREREQ_PM, TEST_REQUIRES and CONFIGURE_REQUIRES to Makefile.PL - Added github repo to metadata and the pod - Reformatted Changes file as per CPAN::Changes::Spec - Specified license as 'perl' in metadata, to match doc - Fixed pod error RT#92082 - Pod spelling mistake RT#92081 - Clarification in doc for new(), that it returns undef on failure, and not false. RT#53619 To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/p5-Test-Cmd/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Test-Cmd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.