Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 3A9D763B85F for ; Wed, 8 Aug 2012 12:30:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 075D114A155; Wed, 8 Aug 2012 12:30:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C1D8214A14B for ; Wed, 8 Aug 2012 12:30:01 +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 EgdWW97pxmfZ for ; Wed, 8 Aug 2012 12:30:01 +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 3736414A13C for ; Wed, 8 Aug 2012 12:30:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2859F175DD; Wed, 8 Aug 2012 12:29:58 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 8 Aug 2012 12:29:58 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Moo To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20120808122958.2859F175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Wed Aug 8 12:29:58 UTC 2012 Modified Files: pkgsrc/devel/p5-Moo: Makefile distinfo Log Message: Update devel/p5-Moo to 1.000002 Upstream changes: 1.000002 - 2012-08-04 - remove Devel::GlobalDestruction fallback inlining because we can now depend on 0.08 which uses Sub::Exporter::Progressive - honour BUILDARGS when calling $meta->new_object on behalf of Moose - throw an error on invalid builder (RT#78479) - fix stupid typo in new Sub::Quote section 1.000001 - 2012-07-21 - documentation tweaks and cleanup - ignore required when default or builder is present - document Moo versus Any::Moose in brief with article link - remove quote_sub from SYNOPSIS and has docs, expand Sub::Quote section - localize @_ when inlining quote_sub'ed isa checks (fixes lazy+isa+default) - ensure constructor gets regenerated if forced early by metaclass inflation 1.000000 - 2012-07-18 - clean up doc language and expand on Moo and Moose - error prefixes for isa and coerce exceptions - unmark Moo and Moose as experimental since it's relatively solid now - convert isa and coerce info from external role attributes - clear method cache after metaclass generation to fix autoclean bug To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Moo/Makefile \ pkgsrc/devel/p5-Moo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.