Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 77BA163CAFD for ; Mon, 21 Nov 2011 06:12:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4FF2814A200; Mon, 21 Nov 2011 06:12:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 44D9C14A1FE for ; Mon, 21 Nov 2011 06:12:26 +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 IbVyLqTK7Drh for ; Mon, 21 Nov 2011 06:12:25 +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 C3FD514A1DC for ; Mon, 21 Nov 2011 06:12:25 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AB72B175DD; Mon, 21 Nov 2011 06:12:25 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 21 Nov 2011 06:12:25 +0000 From: "Hiramatsu Yoshifumi" Subject: CVS commit: pkgsrc/devel/p5-strictures To: pkgsrc-changes@NetBSD.org Reply-To: hiramatsu@netbsd.org X-Mailer: log_accum Message-Id: <20111121061225.AB72B175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: hiramatsu Date: Mon Nov 21 06:12:25 UTC 2011 Update of /cvsroot/pkgsrc/devel/p5-strictures In directory ivanova.netbsd.org:/tmp/cvs-serv26247 Log Message: Import strictures into devel/p5-strictures, which is required to update databases/p5-SQL-Translator. p5-strictures provides "strictures" directive. use strictures 1; is equivalent to use strict; use warnings FATAL => 'all'; except when called from a file where $0 matches: /^x?t\/.*(?:load|compile|coverage|use_ok).*\.t$/ and when either '.git' or '.svn' is present in the current directory. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/devel/p5-strictures/Makefile N pkgsrc/devel/p5-strictures/DESCR N pkgsrc/devel/p5-strictures/distinfo No conflicts created by this import