Michael G. Schwern
Michael G. Schwern
I agree that Function::Parameters does it better, and its better aligned with Perl 5, and it's configurable. The rationale _here_ is they're for compatibility so Method::Signatures users can switch away...
PS I forgot about `//=` for compatibility. I added it to the original post.
That's the sort of caching I was asking about, great!
What kind of performance difference are we talking?
It would be nice if we could distinguish between being passed an empty list and being passed no list at all, but we can't (can we?). That's one of the...
`//=`, `||=` and `""=` are all for the cases where the caller has passed in something but it's trash, something that happens more often than we'd like in Perl. As...
> Why complicate parameter lists for a redundant feature? By that argument, the whole module is redundant. Being redundant with Perl 5 is fine, Function::Parameters doesn't do anything you can't...
I have this issue. Multiple clicks on the item will continue to subtract cookies from your balance (ie. you pay for it over and over). I used the same work...
I have this problem as well.
CC @schwern