From: Lukas Mai Date: Wed, 9 Oct 2013 21:22:36 +0000 (+0200) Subject: version 1.0401 X-Git-Tag: v1.0401 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFunction-Parameters.git;a=commitdiff_plain;h=45ad1cfe89df94b7c134e4f48f8005a55fab4403 version 1.0401 --- diff --git a/Changes b/Changes index 0b0957d..89feaab 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Function-Parameters +1.0401 2013-10-09 + - enable type checks by default + 1.0301 2013-09-16 - support 'defaults' to base keywords on existing keyword types - 'check_argument_count' no longer controls type checks diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index d8e666a..d8dda1a 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.0301'; + our $VERSION = '1.0401'; XSLoader::load; }