The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Sort::Key.

0.07  May 19 2005
	- some compilers don't like arithmetic with void pointers,
	  some castings to (char*) added.
	- some errors in the docs corrected

0.06  May 17 2005
	- removed dummy 'foo' function
	- multikey support added
	- companion modules Sort::Key::Register and Sort::Key::Maker
	  added.

0.05  May 16 2005
	- everything rewritten in pure C
	- ikeysort and lkeysort reimplemented
	- keysort_inplace function family implemented

0.04  May 12 2005
	- INCOMPATIBLE CHANGE: ikeysort and lkeysort removed, they are
	  not needed anymore
	- nkeysort honours "use integer" pragma
	- keysort honours "use locale" pragma
	- use PERL_NO_GET_CONTEXT on XS code
	- use constants instead of hard coded numbers internally

0.03  May 10 2005
	- INCOMPATIBLE CHANGE: do not export anything by default.

0.02  Apr 27 2005
	- minor corrections to the module documentation.
	- Makefile.PL clean up, required modules added.

0.01  Fri Mar 25 13:30:31 2005
	- original version; created by h2xs 1.23 with options
		-A -n Sort::Key