in reply to RFC: Sub::Hashwrap - Use named arguments with any sub

Well done, Ovid!
IMHO, it should be in the CPAN, no doubt, and for two reasons:
  1. It is useful per se, because it will help to make my scrips more clear.
  2. It is a documentation aid, since it will give a clear indication of the parameters to be given. Prepending a call to wrap before each function will clarify which parameters to use, without looking at all the sub's code. For this reason, I would change "names" into "parameters", but it's just a personal thing.
However, I have some questions about the module implementation:

  • Comment on Re: RFC: Sub::Hashwrap - Use named arguments with any sub