Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 4292763B976 for ; Tue, 7 Jul 2009 18:43:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id E0ADA63B108; Tue, 7 Jul 2009 18:43:31 +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 B01C463B102 for ; Tue, 7 Jul 2009 18:43:30 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 99590175D0; Tue, 7 Jul 2009 18:43:30 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 7 Jul 2009 18:43:30 +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: <20090707184330.99590175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: sno Date: Tue Jul 7 18:43:30 UTC 2009 Modified Files: pkgsrc/devel/p5-Moose: Makefile distinfo Log Message: pkgsrc changes: - Updating package for p5 module Moose from 0.81 to 0.87 - Adjust dependencies according to META.yml Upstream changes: 0.87 Tue Jul 7, 2009 * Moose::Meta::Method::Delegation - Once again allow class names as well as objects for delegation. This was changed in 0.86. 0.86 Fri Jul 3, 2009 * Moose::Meta::Class::Immutable::Trait - Fixes to work with the latest Class::MOP. * Moose::Meta::Method::Delegation - Delegation now dies with a more useful error message if the attribute's accessor returns something defined but unblessed. (hdp) 0.85 Fri, Jun 26, 2009 * Moose::Meta::Attribute - The warning for 'no associated methods' is now split out into the _check_associated_methods method, so that extensions can safely call 'after install_accessors => ...'. This fixes a warning from MooseX::AttributeHelpers. (hdp) 0.84 Fri, Jun 26, 2009 * Moose::Role - has now sets definition_context for attributes defined in roles. (doy) * Moose::Meta::Attribute - When adding an attribute to a metaclass, if the attribute has no associated methods, it will give a deprecation warning. (hdp) - Methods generated by delegation were not being added to associated_methods. (hdp) - Attribute accessors (reader, writer, accessor, predicate, clearer) now warn if they overwrite an existing method. (doy) - Attribute constructors now warn very noisily about unknown (or mispelled) arguments * Moose::Util::TypeConstraints - Deprecated the totally useless Role type name, which just checked if $object->can('does'). Note that this is _not_ the same as a type created by calling role_type('RoleName'). * Moose::Util::TypeConstraints * Moose::Meta::TypeConstraint::DuckType - Reify duck type from a regular subtype into an actual class (Sartak) - Document this because Sartak did all my work for me (perigrin) * Moose::Meta::Attribute - Allow Moose::Meta::TypeConstraint::DuckType in handles, since it is just a list of methods (Sartak) * Moose::Meta::Role - The get_*_method_modifiers methods would die if the role had no modifiers of the given type (Robert Buels). 0.83 Tue, Jun 23, 2009 * Moose::Meta::Class - Fix _construct_instance not setting the special __MOP__ object key in instances of anon classes. (doy) 0.82 Sun, Jun 21, 2009 * Moose::Manual::Types - Mention MooseX::Types early to avoid users falling down the string parsing rathole (mst) * Moose::Manual::MooseX - Add warnings about class-level extensions and mention considering using plain objects instead To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Moose/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Moose/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.