Doh, wrong requestor
Dave Rolsky [Fri, 12 Dec 2008 20:27:53 +0000 (20:27 +0000)]
Changes

diff --git a/Changes b/Changes
index 5afd507..227f4be 100644 (file)
--- a/Changes
+++ b/Changes
@@ -14,7 +14,7 @@ Revision history for Perl extension Moose
       - When a class does not provide all of a role's required
         methods, the error thrown now mentions all of the missing
         methods, as opposed to just the first one found. Requested by
-        Michael Schwern (RT #41119). (Dave Rolsky)
+        Curtis Poe (RT #41119). (Dave Rolsky)
 
     * Moose::Meta::Method::Constructor
       - Moose will no longer inline a constructor for your class