[Moose-commits] r7830 - in MooseX-Types-Structured/trunk: .
lib/MooseX/Types
jnapiorkowski at code2.0beta.co.uk
jnapiorkowski at code2.0beta.co.uk
Fri Mar 6 20:56:27 GMT 2009
Author: jnapiorkowski
Date: 2009-03-06 12:56:26 -0800 (Fri, 06 Mar 2009)
New Revision: 7830
Modified:
MooseX-Types-Structured/trunk/Changes
MooseX-Types-Structured/trunk/lib/MooseX/Types/Structured.pm
Log:
updated changelog and prepped for release
Modified: MooseX-Types-Structured/trunk/Changes
===================================================================
--- MooseX-Types-Structured/trunk/Changes 2009-03-06 20:27:41 UTC (rev 7829)
+++ MooseX-Types-Structured/trunk/Changes 2009-03-06 20:56:26 UTC (rev 7830)
@@ -1,5 +1,18 @@
Revision history for MooseX-Types-Structured
+0.08 06 March 2009
+ - New Feature: slurpy method for when you want a structured type
+ constraint that allows trailing arguments of indeterminate length.
+ Please see the documentation and the '11-overflow.t' test for more.
+ - Documentation for above as well as a bunch of POD cleanups, spell
+ checks and improvements to formatting.
+ - Stevan Little submitted a sweet update to the '10-recursion.t' test
+ that blows my mind. Will probably form the core of a to be done set
+ of cookbook style PODs. Worth looking at.
+ - First step at improving the error message you get when validation
+ fails. A full error stacktrace is not in this release, but you now
+ at least get to see part of the offending value.
+
0.07 09 December 2008
- Fixed typo in previous changelog
- documentation improvements and updates
Modified: MooseX-Types-Structured/trunk/lib/MooseX/Types/Structured.pm
===================================================================
--- MooseX-Types-Structured/trunk/lib/MooseX/Types/Structured.pm 2009-03-06 20:27:41 UTC (rev 7829)
+++ MooseX-Types-Structured/trunk/lib/MooseX/Types/Structured.pm 2009-03-06 20:56:26 UTC (rev 7830)
@@ -7,7 +7,7 @@
use MooseX::Types -declare => [qw(Dict Tuple Optional)];
use Sub::Exporter -setup => { exports => [ qw(Dict Tuple Optional slurpy) ] };
-our $VERSION = '0.07';
+our $VERSION = '0.08';
our $AUTHORITY = 'cpan:JJNAPIORK';
=head1 NAME
More information about the Moose-commits
mailing list