Function-Parameters icon indicating copy to clipboard operation
Function-Parameters copied to clipboard

Should strict include check_argument_types?

Open ccakes opened this issue 4 years ago • 0 comments

https://github.com/mauke/Function-Parameters/blob/cfb871f898e9a7f3bb3c7c97ec824e6659c62181/lib/Function/Parameters.pm#L268-L271

Should this section here also set check_argument_types? The use case is I'd like to be able to do

use Function::Parameters qw(:lax)

and have Function::Parameters be effectively a no-op. I could send a PR but this might be a breaking change for existing users.

Any thoughts?

ccakes avatar Nov 05 '20 15:11 ccakes