Tie-Quicksort-Lazy version 0.04

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

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.