From: Florian Ragwitz Date: Fri, 6 Nov 2009 14:08:00 +0000 (+0100) Subject: Version 0.19. X-Git-Tag: 0.19^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f1288bfd7288839673fe5fb5c54d8733245d50c3;p=gitmo%2FMooseX-Types-Structured.git Version 0.19. --- diff --git a/Changes b/Changes index 462ba7f..0f4e8b6 100644 --- 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. diff --git a/lib/MooseX/Types/Structured.pm b/lib/MooseX/Types/Structured.pm index 6baf782..8bebf30 100644 --- a/lib/MooseX/Types/Structured.pm +++ b/lib/MooseX/Types/Structured.pm @@ -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