version 1.0401 master v1.0401
Lukas Mai [Wed, 9 Oct 2013 21:22:36 +0000 (23:22 +0200)]
Changes
lib/Function/Parameters.pm

diff --git a/Changes b/Changes
index 0b0957d..89feaab 100644 (file)
--- 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
index d8e666a..d8dda1a 100644 (file)
@@ -7,7 +7,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '1.0301';
+       our $VERSION = '1.0401';
        XSLoader::load;
 }