From: Dave Rolsky Date: Fri, 27 Aug 2010 15:16:27 +0000 (-0500) Subject: Update changes for tom's mro fix X-Git-Tag: 1.11~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d517a3065cff3d43dc17ff8da8dc3a1982de228d;p=gitmo%2FMoose.git Update changes for tom's mro fix --- diff --git a/Changes b/Changes index 0c6ba3e..ca9395c 100644 --- a/Changes +++ b/Changes @@ -4,7 +4,9 @@ for, noteworthy changes. NEXT [BUG FIXES] - * mro::get_linear_isa is called as a function rather than a method + + * mro::get_linear_isa was being called as a function rather than a method, + which caused problems with Perl 5.8.x. (t0m) * Union types always created a type constraint, even if their constituent constraints did not have any coercions. This bogus coercion always