Hi David. On Wed, Oct 24, 2012 at 5:19 PM, David Oswald wrote:
> I spent a couple of hours updating List::MoreUtils to fix RT#75727, > RT#78527, and RT#76749. I've placed the work in a public Github > repository here: > About your pairwise $a and $b fix - I see that it is some code executed only if the first 'use' statement is importing pairwise. What will happen when a second module will want to import and use this function? What will happen when the first module did not imported it, but the second module did? Is it really the way to solve this problem? Shmuel.