Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id D05CC63E1FE for ; Mon, 10 Sep 2012 10:35:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C48B014A217; Mon, 10 Sep 2012 10:35:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 64E7C14A20E for ; Mon, 10 Sep 2012 10:35:16 +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 z4m8wnbskNwi for ; Mon, 10 Sep 2012 10:35:15 +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 D11C714A209 for ; Mon, 10 Sep 2012 10:35:15 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 815AF175DD; Mon, 10 Sep 2012 10:35:15 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 10 Sep 2012 10:35:15 +0000 From: "Jens Rehsack" Subject: CVS commit: pkgsrc/devel/p5-MooseX-Types To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20120910103515.815AF175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sno Date: Mon Sep 10 10:35:15 UTC 2012 Modified Files: pkgsrc/devel/p5-MooseX-Types: Makefile distinfo Log Message: Updating package for CPAN module MooseX::Types in devel/p5-MooseX-Types from 0.30nb1 to 0.35. pkgsrc changes: - adjust dependencies upstream changes: 0.35 2012-05-19 - The new delegation code could fail when a type had no parent. Attempting to subtype Any was one way to trigger the bug. (Dave Rolsky) - The new delegation code broke calling ->can or ->isa on MooseX::Types::TypeDecorator as a class method. (Dave Rolsky) 0.34 2012-05-18 - Special case new to avoid unexpected exceptions on unloaded classes 0.33 2012-05-18 - Switch delegation order to prioritise type over class except for new 0.32 2012-05-18 - Support delegation of methods to the class for class types - Factor out _try_delegate method 0.31 2011-12-22 - Add support for qw( :all ) on MooseX::Types::Combine libraries. (kentnl) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-MooseX-Types/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-MooseX-Types/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.