From: Dave Rolsky Date: Fri, 16 Sep 2011 15:55:08 +0000 (-0500) Subject: Doc stub related bits in Changes X-Git-Tag: 2.0300~57 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7188f397122ed6385bd64f45cd7773bd24d92f7d;p=gitmo%2FMoose.git Doc stub related bits in Changes --- diff --git a/Changes b/Changes index 6546bd6..0edd2d3 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,12 @@ for, noteworthy changes. MooseX::Role::Parameterized which generate new metaclasses on the fly. (sartak) + * Added a Moose::Meta::Method->is_stub method. (Dave Rolsky) + + * An attribute accessor or delegation method can overwrite a stub method and + this will no longer throw an error. Reported by Mark-Jason Dominus. Fixes + RT 69988. (Dave Rolsky) + [OTHER] * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are