File/MergeSort version 1.06
===========================

CHANGES SINCE PREVIOUS VERSION

Sorts are now performed lexicographically, so File::MergeSort can now
merge files with non-numeric merge keys.

Reduced minimum perl version from 5.008 (5.8.0) to 5.006 (5.6.0).

Documentation and code cleanups, plus a few more tests.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  IO::File
  IO::Zlib

COPYRIGHT AND LICENCE

Chris Brown, <chris.brown@cal.berkeley.edu>

Copyright(c) 2003 Christopher Brown.  All rights reserved.  
This program is free software; you can redistribute it and/or modify it under 
the terms of the License, distributed with Perl.
