I see that the new todo list says:
Add $h->swap_internal_handle($other_h)
I submitted a simple patch a few days ago for set_internal_handle().
Why would we "swap" instead of "set"? "swap" suggests that h becomes other_h and vice versa. Is that the preferred operation? Was there some discussion about that at the BoF?
I'm in dire need of that functionality for my DBIx::HA module, and I'm trying to make sure that I don't have to rewrite my code when there's an official release with a function that does that.
Thanks.
H