Version 0.19. 0.19
Florian Ragwitz [Fri, 6 Nov 2009 14:08:00 +0000 (15:08 +0100)]
Changes
lib/MooseX/Types/Structured.pm

diff --git a/Changes b/Changes
index 462ba7f..0f4e8b6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for MooseX-Types-Structured
 
+0.19   06 November 2009
         - Require Devel::PartialDump 0.10 and change tests to expect the
           correct format of error.
 
index 6baf782..8bebf30 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.18';
+our $VERSION = '0.19';
 our $AUTHORITY = 'cpan:JJNAPIORK';
 
 =head1 NAME