v0.35 v0.35
authorDave Rolsky <autarch@urth.org>
Sat, 19 May 2012 05:44:06 +0000 (00:44 -0500)
committerDave Rolsky <autarch@urth.org>
Sat, 19 May 2012 05:44:06 +0000 (00:44 -0500)
commit3c7aa36260f6d1993a583f49fed4286cb341df76
tree6a48bd0d31e7bcbf58578934761050492c18cc18
parent38062d750c9e5242fee96e2ac76124213ba7f1dc
v0.35

        - The new delegation code could fail when a type had no
          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)
Changes