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" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 00126A6615 for ; Mon, 3 Nov 2014 07:18:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A340414A149; Mon, 3 Nov 2014 07:18:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C95E114A148 for ; Mon, 3 Nov 2014 07:18:03 +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 XjxI3fJmG5Xp for ; Mon, 3 Nov 2014 07:18:03 +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 08B0314A128 for ; Mon, 3 Nov 2014 07:18:03 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F144D98; Mon, 3 Nov 2014 07:18:02 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 3 Nov 2014 07:18:02 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-MooseX-Role-Parameterized To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20141103071802.F144D98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Mon Nov 3 07:18:02 UTC 2014 Modified Files: pkgsrc/devel/p5-MooseX-Role-Parameterized: Makefile distinfo Log Message: Update to 1.08 Upstream changes: 1.08 2014-08-23 22:38:12Z - add x_breaks metadata for incompatibility issue with MooseX::Storage (now resolved with MooseX-Storage-0.47) 1.07 2014-08-06 05:44:11Z - re-release to remove README.pod from shipped dist 1.06 2014-08-02 04:34:06Z - Restored MooseX::Role::Parameterized->current_metaclass as a public method. Apparently there is code on CPAN that relies on this. 1.05 2014-07-31 18:26:03Z - If a parameterizable role was reinitialized after any parameters or a role block was declared, those declarations were lost. Reinitialization usually occurs when new metaroles are applied to the role by other MooseX modules. 1.04 2014-07-31 14:53:26Z - Convert this distribution to Dist::Zilla to resolve packaging insanity 1.03 2014-07-30 - This extension is now implemented as a role metarole, which means it can (mostly) cooperate with other role extensions, such as MooseX::Role::WithOverloading. Note that you should load MooseX::Role::Parameterized _after_ other extensions. - This module no longer supports passing a "-metaclass" parameter when you load it. This was an artifact from a much earlier era of Moose extensions. - repository migrated to the github moose organization To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-MooseX-Role-Parameterized/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-MooseX-Role-Parameterized/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.