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:
https://github.com/daoswald/List-MoreUtils The initial commit is directly from CPAN version 0.33. Each commit after the initial commit incrementally adds one more RT patch. The final commit contains all three patches packaged up for CPAN release. You would probably want to update "Changes" as well as the version number in MoreUtils.pm, to release them all together as version 0.34. Essentially everything is ready to go. Just update the Changes file, re-generate the META.* files, bundle a tarball, and push to PAUSE. Adam: I hope that this is helpful. I know you've got your own Subversion repo, but in checking it out I believe that 0.33 on CPAN is identical to your current revision control trunk, so this should be an easy set of patches to merge in. Dave -- David Oswald daosw...@gmail.com dav...@cpan.org