Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 9E9AE63B97A for ; Thu, 23 Sep 2010 22:16:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 4918263B100; Thu, 23 Sep 2010 22:16:43 +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 421CB63B103 for ; Thu, 23 Sep 2010 22:16:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3190B175DD; Thu, 23 Sep 2010 22:16:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Thu, 23 Sep 2010 22:16:42 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/devel/p5-Moose To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20100923221642.3190B175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: sno Date: Thu Sep 23 22:16:42 UTC 2010 Modified Files: pkgsrc/devel/p5-Moose: Makefile distinfo Log Message: Updating devel/p5-Moose from 1.12 to 1.14 Upstream changes: 1.14 Tue, Sep 21, 2010 [BUG FIXES] * Work around what looks like a bug in List::MoreUtils::any. This bug caused a weird error when defining the same union type twice, but only when using MooseX::Types. Reported by Curtis Jewell. RT #61001. (Dave Rolsky) 1.13 Mon, Sep 13, 2010 [API CHANGES] * The deprecation warnings for alias and excludes are back, use -alias and -excludes instead. (Dave Rolsky) [ENHANCEMENTS] * When composing one role into another and there is an attribute conflict, the error message now includes the attribute name. Reported by Sam Graham. RT #59985. (Dave Rolsky) * When a class is made immutable, the does_role method is overridden with a much faster version that simply looks role names up in a hash. Code which uses lots of role-based type constraints should be faster. (Dave Rolsky) To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/p5-Moose/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/p5-Moose/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.