From: Lukas Mai Date: Tue, 13 Aug 2013 09:39:20 +0000 (+0200) Subject: version 1.0201 X-Git-Tag: v1.0201 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFunction-Parameters.git;a=commitdiff_plain;h=3746f91712a43dd4dde6e338f902ceb5ad0c7ad4 version 1.0201 --- diff --git a/Changes b/Changes index bb34ece..56ffb5e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Function-Parameters +1.0201 2013-08-13 + - custom (per-keyword) type reification + - actually use documented defaults for custom keywords + 1.0104 2013-06-16 - support unicode in custom keywords - actually validate default attributes diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index 99aef48..0f89fc2 100644 --- a/lib/Function/Parameters.pm +++ b/lib/Function/Parameters.pm @@ -7,7 +7,7 @@ use Carp qw(confess); use XSLoader; BEGIN { - our $VERSION = '1.0104'; + our $VERSION = '1.0201'; XSLoader::load; }