Set::Window VERSION 1.01 - Manages an interval on the integer line

DESCRIPTION
A Set::Window object represents a window on the integer line; 
that is, a finite set of consecutive integers.

Methods are provided for creating and modifying windows,
for obtaining information about windows,
and for performing some simple set operations on windows.

COPYRIGHT
Copyright (c) 1996-2002 by Steven McDougall.  
This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

PREREQUISITES
Perl 5.6.0
Exporter

HOW TO BUILD AND INSTALL
perl Makefile.PL
make
make test
make install

TODO
Nothing planned.  
Send suggestions, bugs, etc. to swmcd@world.std.com