Tie-Quicksort-Lazy version 0.01
===============================
Proof-of-concept for a quicksort-based lazy sorting iterator.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

core perl

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2009 by David Nicol davidnico@cpan.org

This library, being free software, may be redistributed
and/or modified under the same terms as Perl.