Skip Menu |

This queue is for tickets about the Hash-Merge CPAN distribution.

Report information
The Basics
Id: 84837
Status: open
Priority: 0/
Queue: Hash-Merge

People
Owner: Nobody in particular
Requestors: patrick+cpan [...] patoche.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.12
Fixed in: (no value)



Subject: Partial specify_behavior
It would be useful to be able to call specify_behavior/set_behavior with only some keys, so that we can change only a specific case from some default values, without having to give again all cases. The specific case I had in practice was that i needed to have right_precedent semantic except for one case (array/array merge), and I would have prefered to override only my new case, without having to respecify everything already done in right_precedent.
seems like a good idea, I do need to get on w/ my rts :)
Am Mi 24. Apr 2013, 15:50:25, PMEVZEK schrieb: Show quoted text
> It would be useful to be able to call specify_behavior/set_behavior > with only some keys, so that we can change only a specific case from > some default values, without having to give again all cases.
I like that idea and I created a pull request: https://github.com/perl5-utils/Hash-Merge/pull/3