From: Dave Rolsky Date: Sat, 19 May 2012 05:43:37 +0000 (-0500) Subject: Doc ->isa & ->can fix in Changes X-Git-Tag: v0.35~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types.git;a=commitdiff_plain;h=0c23e3994cd34a25066a1a223965a8c4ad34bc54 Doc ->isa & ->can fix in Changes --- diff --git a/Changes b/Changes index 972c189..25e7060 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,9 @@ Revision history for MooseX-Types parent. Attempting to subtype Any was one way to trigger the bug. (Dave Rolsky) + - The new delegation code broke calling ->can or ->isa on + MooseX::Types::TypeDecorator as a class method. (Dave Rolsky) + 0.34 2012-05-18 - Special case new to avoid unexpected exceptions on unloaded classes