Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id A452763B8FE for ; Thu, 6 May 2010 04:45:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 2B96563B225; Thu, 6 May 2010 04:45:01 +0000 (UTC) Received: from nef.pbox.org (nef.pbox.org [IPv6:2001:7a8:202:1::1:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.netbsd.org (Postfix) with ESMTPS id BA2E163B221 for ; Thu, 6 May 2010 04:44:59 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.13.8/8.13.8/) with ESMTP id o464ilwr024969 for ; Thu, 6 May 2010 06:44:47 +0200 (CEST) Received: (from agc@localhost) by nef.pbox.org (8.13.8/8.13.8/Submit) id o464ikEj024968 for pkgsrc-changes@netbsd.org; Thu, 6 May 2010 06:44:46 +0200 (CEST) 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 D981E63B210 for ; Wed, 5 May 2010 23:19:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C8B90175DD; Wed, 5 May 2010 23:19:34 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 5 May 2010 23:19:34 +0000 From: Stoned Elipot Subject: CVS commit: pkgsrc/devel/p5-Moose To: pkgsrc-changes@netbsd.org Reply-To: seb@netbsd.org X-Mailer: log_accum Message-Id: <20100505231934.C8B90175DD@cvs.netbsd.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (nef.pbox.org [127.0.0.1]); Thu, 06 May 2010 06:44:47 +0200 (CEST) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: seb Date: Wed May 5 23:19:34 UTC 2010 Modified Files: pkgsrc/devel/p5-Moose: Makefile distinfo Log Message: Update p5-Moose from version 1.01 to version 1.02. Upstream changes: 1.02 Sat, May 01, 2010 [BUG FIXES] * Stop the natatime method provided by the native Array trait from returning an exhausted iterator when being called with a callback. (Florian Ragwitz) * Make Moose::Meta::TypeConstraint::Class correctly reject RegexpRefs. (Florian Ragwitz) * Calling is_subtype_of on a Moose::Meta::TypeConstraint::Class with itself or the class the TC represents as an argument incorrectly returned true. This behavior is correct for is_type_of, not is_subtype_of. (Guillermo Roditi) * Use File::Temp for temp files created during tests. Previously, files were written to the t/ dir, which could cause problems of the user running the tests did not have write access to that directory.. (Chris Weyl, Ævar Arnfjörð Bjarmason) * Pass role arguments along when applying roles to instances. (doy, lsm) To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/p5-Moose/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/p5-Moose/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.