From: John Napiorkowski Date: Tue, 28 Dec 2010 17:17:21 +0000 (-0500) Subject: merged X-Git-Tag: 0.25~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Structured.git;a=commitdiff_plain;h=6c95a80431341b4852d285b23ed08e90ac358b36 merged --- 6c95a80431341b4852d285b23ed08e90ac358b36 diff --cc Changes index 0a45e20,798103e..0ea7aec --- a/Changes +++ b/Changes @@@ -1,11 -1,8 +1,13 @@@ Revision history for MooseX-Types-Structured -{{NEXT}} +0.25 28 December 2010 + - fixed bug where ->is_subtype_of dies meaninglessly when the type we + are trying to check is not a type we can find. This makes our + handling consistent with core Moose. Also changed ->equals and + ->is_a_type_of to be consistent. + - Added test case for above + - The test suite now uses Test::Fatal instead of Test::Exception (Karen + Etheridge). 0.24 16 November 2010 - Added some performance enhancing caching code (phaeton)