in reply to Re^2: use Sort::Key
in thread Optimizing a sort function (wrap-around alpha)

I'm trying to see if you know what should happen if you have a keysort within a keysort. You built your module based on the &@ prototype. You don't have a test for a keysort in a keysort, to make sure you don't trip anything, especially on earlier implementations of prototypes (like 5.6.0). You should have a test for that. :-)