###############################################################################
# HISTORY
###############################################################################
Version 1.00 2007-09-05
Initial release
Version 1.01 2007-12-17
Added separator to domain sorting.
Added numdomain and numpath sorting.
Added line and numline sorting.
Added sort_valid_method and sort_by_method routines.
Version 2.00 2008-01-18
Fixed a bug where path sorting didn't have "/" as the default separator.
Added sort_function routines.
Updated test.pl.
Added all the cmp_* routines.
Changed %hash to be passed in by reference.
Simplified all routines and tests.
Version 2.01 2008-05-05
Updated test.pl.
Minor doc fixes.
Added Build.PL and several other things to meet requirements on
Version 2.02 2008-05-08
Version 2.03 2008-05-09
Bug fix so it won't fail with "Too early to specify a build action"
Version 2.04 2009-03-02
Minor POD fix
Added CIDR support to IP routines. Mason Brown
Version 2.05 2010-05-05
Converted test suite to Test::Inter
Only load Date::Manip if needed (speeds up loading).
Set TZ in tests so tests won't fail.
Version 2.06 2010-06-08
Changed Build.PL/Makefile.PL so tests won't fail.
Version 3.00 2011-03-31
Added alphanum sorts.
Added nosort sort method.
Complete reorganization/rewrite of code
Handle alternate backup methods
Added split and partial methods
Version 3.01 2011-04-01
Fixed Makefile.PL/BUild.PL so they will build correctly.
Version 3.02