rework keyword properties; add 'defaults', 'strict'
[p5sagit/Function-Parameters.git] / t / types_custom.t
index 02e46fc..7198c2d 100644 (file)
@@ -7,7 +7,7 @@ use Test::Fatal;
 
 use Function::Parameters qw(:strict);
 use Function::Parameters {
-       def => { check_argument_count => 1 },
+       def => { strict => 1 },
 };
 
 {