• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H15-Jul-2002-314247

ChangesH A D15-Jul-2002186 95

MANIFESTH A D02-May-199757 76

Makefile.PLH A D22-Apr-1997236 85

READMEH A D15-Jul-2002696 2922

Window.pmH A D03-May-20228.8 KiB457135

README

1Set::Window VERSION 1.01 - Manages an interval on the integer line
2
3DESCRIPTION
4A Set::Window object represents a window on the integer line;
5that is, a finite set of consecutive integers.
6
7Methods are provided for creating and modifying windows,
8for obtaining information about windows,
9and for performing some simple set operations on windows.
10
11COPYRIGHT
12Copyright (c) 1996-2002 by Steven McDougall.
13This module is free software; you can redistribute it and/or modify it
14under the same terms as Perl itself.
15
16PREREQUISITES
17Perl 5.6.0
18Exporter
19
20HOW TO BUILD AND INSTALL
21perl Makefile.PL
22make
23make test
24make install
25
26TODO
27Nothing planned.
28Send suggestions, bugs, etc. to swmcd@world.std.com
29