From: Dave Rolsky <autarch@urth.org>
Date: Fri, 26 Jun 2009 15:23:51 +0000 (-0500)
Subject: Document Moose::Meta::Role get_*_method_modifiers fix
X-Git-Tag: 0.84~2
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a52ba19014e3558b37929fa38580472300380e31;p=gitmo%2FMoose.git

Document Moose::Meta::Role get_*_method_modifiers fix
---

diff --git a/Changes b/Changes
index 3b40194..6884cb2 100644
--- a/Changes
+++ b/Changes
@@ -33,6 +33,10 @@ for, noteworthy changes.
       - 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