rework keyword properties; add 'defaults', 'strict'
[p5sagit/Function-Parameters.git] / t / checkered.t
index b0313d2..2f80c38 100644 (file)
@@ -7,12 +7,11 @@ use strict;
 
 use Function::Parameters {
        fun => {
-               check_argument_count => 1,
-               default_arguments => 1,
+               strict => 1,
        },
 
        sad => {
-               check_argument_count => 0,
+               strict => 0,
        },
 };