File/MergeSort version 1.09
===========================

POINTS TO NOTE

As of version 1.06, sorts are now performed lexicographically, so
File::MergeSort can now merge files with non-numeric merge keys.

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
  Test::More (for running tests during 'make test')

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.
