From: Florian Ragwitz Date: Tue, 1 Jun 2010 18:21:48 +0000 (+0200) Subject: Versio 0.22 X-Git-Tag: 0.22^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Structured.git;a=commitdiff_plain;h=refs%2Ftags%2F0.22 Versio 0.22 --- diff --git a/Changes b/Changes index 0f2f103..cef560c 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,8 @@ Revision history for MooseX-Types-Structured -0.22 TBD - - Added tests to demonstrate type constraint equality problem - introduced in Moose 1.05 +0.22 01 June 2010 + - Added tests to demonstrate type constraint equality problem + introduced in Moose 1.05 0.21 26 March 2010 - Removed unneed module from test diff --git a/lib/MooseX/Types/Structured.pm b/lib/MooseX/Types/Structured.pm index 44cecf8..b2ea0af 100644 --- a/lib/MooseX/Types/Structured.pm +++ b/lib/MooseX/Types/Structured.pm @@ -11,7 +11,7 @@ use Sub::Exporter -setup => [ qw(Dict Map Tuple Optional slurpy) ]; use Devel::PartialDump; use Scalar::Util qw(blessed); -our $VERSION = '0.21'; +our $VERSION = '0.22'; our $AUTHORITY = 'cpan:JJNAPIORK'; =head1 NAME diff --git a/t/regressions/01-is_type_of.t b/t/regressions/01-is_type_of.t index d8ca76d..3ead56f 100644 --- a/t/regressions/01-is_type_of.t +++ b/t/regressions/01-is_type_of.t @@ -68,8 +68,3 @@ ok ( ! $item->is_subtype_of($any), ok ( ! Item->is_subtype_of($any), q[Item is NOT a subtype of $any]); - -__END__ - - -