The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Data-Range-Compare-Stream 
======================================

This module is intended to get past the horizontal scaling limits of Data::Range::Compare.
Although similar to Data::Range::Compare, the module itself is complete depature in both design
and implementation.

Take a look at the perl scripts in the "examples" folder to get a good idea of how to use and
extend this module for your own use.

INSTALLATION

BEFORE YOU UPGRADE TO 2.xxx

Major changes were made to the Data::Range::Compare::Stream::Iterator::Compare::Asc module
before has_next must always be called before get_next!

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

COPYRIGHT AND LICENCE

Copyright 2011 Michael Shipper.  All rights reserved.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.