From: Lukas Mai Date: Sun, 9 Jun 2013 01:22:51 +0000 (+0200) Subject: version 1.0103 X-Git-Tag: v1.0103 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1bc2c852cf9f3892f552180b512c38140f1a52a8;p=p5sagit%2FFunction-Parameters.git version 1.0103 --- diff --git a/Changes b/Changes index c812f27..3f5772a 100644 --- 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) diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index 8dcfef8..b397f36 100644 --- a/lib/Function/Parameters.pm +++ b/lib/Function/Parameters.pm @@ -8,7 +8,7 @@ use Carp qw(confess); use XSLoader; BEGIN { - our $VERSION = '1.0102'; + our $VERSION = '1.0103'; XSLoader::load; }