Versio 0.22 0.22
Florian Ragwitz [Tue, 1 Jun 2010 18:21:48 +0000 (20:21 +0200)]
Changes
lib/MooseX/Types/Structured.pm
t/regressions/01-is_type_of.t

diff --git a/Changes b/Changes
index 0f2f103..cef560c 100644 (file)
--- 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
index 44cecf8..b2ea0af 100644 (file)
@@ -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
index d8ca76d..3ead56f 100644 (file)
@@ -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__
-
-
-