Version 0.16. 0.16 0.17
Florian Ragwitz [Wed, 27 May 2009 23:10:43 +0000 (01:10 +0200)]
Changes
lib/MooseX/Types/Structured.pm

diff --git a/Changes b/Changes
index ea26926..9a61512 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for MooseX-Types-Structured
 
+0.16    28 May 2009
+        - Fix failing tests and test warnings on MooseX::Types 0.11.
+
 0.15    27 May 2009
         - Change copy on license and added contributors section
 
index c5e7cbf..1c9c614 100644 (file)
@@ -10,7 +10,7 @@ use Sub::Exporter -setup => { exports => [ qw(Dict Tuple Optional slurpy) ] };
 use Devel::PartialDump;
 use Scalar::Util qw(blessed);
 
-our $VERSION = '0.15';
+our $VERSION = '0.16';
 our $AUTHORITY = 'cpan:JJNAPIORK';
 
 =head1 NAME