version 1.0103 v1.0103
Lukas Mai [Sun, 9 Jun 2013 01:22:51 +0000 (03:22 +0200)]
Changes
lib/Function/Parameters.pm

diff --git a/Changes b/Changes
index c812f27..3f5772a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Function-Parameters
 
+1.0103  2013-06-09
+        - properly allow non-moose-based custom type constraints (#85851)
+
 1.0102  2013-03-08
         - prepare for internals changes in the upcoming 5.18 release
           (https://rt.cpan.org/Ticket/Display.html?id=83439)
index 8dcfef8..b397f36 100644 (file)
@@ -8,7 +8,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '1.0102';
+       our $VERSION = '1.0103';
        XSLoader::load;
 }