Merge pull request #3 from brianphillips/master master
jjn1056 [Tue, 2 Aug 2011 13:45:45 +0000 (06:45 -0700)]
Customized error messages for parameterized types

Changes
lib/MooseX/Types/Parameterizable.pm

diff --git a/Changes b/Changes
index d3da1c5..1fc7254 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for MooseX-Types-Parameterized
 
+0.06   25 July 2011
+        - Fixed problem when you create a type with no message (brianphillips)
+        - test case for above
+
 0.05    28 April 2011
         - Changes for Moose to be
 
index 1b50fff..412ee85 100644 (file)
@@ -2,7 +2,7 @@ package MooseX::Types::Parameterizable;
 
 use 5.008;
 
-our $VERSION   = '0.05';
+our $VERSION   = '0.06';
 $VERSION = eval $VERSION;
 
 use Moose::Util::TypeConstraints;