From: Dave Rolsky Date: Fri, 12 Dec 2008 20:27:53 +0000 (+0000) Subject: Doh, wrong requestor X-Git-Tag: 0.64~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a609036ccfdefabd2b5ef3f1cb396e06c09c6e2d;p=gitmo%2FMoose.git Doh, wrong requestor --- diff --git a/Changes b/Changes index 5afd507..227f4be 100644 --- 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