From: Dave Rolsky Date: Tue, 14 Sep 2010 16:19:10 +0000 (-0500) Subject: Bug fixes for next X-Git-Tag: 1.14~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2becab1c9de554c813cce97cb4c21287944e586f;p=gitmo%2FMoose.git Bug fixes for next --- diff --git a/Changes b/Changes index 443e9e4..5ca063b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,14 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +NEXT + + [BUG FIXES] + + * Work around what looks like a bug in List::MoreUtils::any. This bug caused + a weird error when defining the same union type twice, but only when using + MooseX::Types. Reported by Curtis Jewell. RT #61001. (Dave Rolsky) + 1.13 Mon, Sep 13, 2010 [API CHANGES]