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

..03-May-2022-

_todo/H26-Apr-2010-423339

lib/Set/H26-Apr-2010-3,4482,133

t/H26-Apr-2010-1,8021,400

ChangesH A D26-Apr-201015.7 KiB636480

LICENSEH A D21-Jun-200820.1 KiB384309

MANIFESTH A D21-Jul-2008393 3024

MANIFEST.SKIPH A D21-Jun-2008138 1818

META.ymlH A D26-Apr-2010468 1615

Makefile.PLH A D21-Jul-2008570 1913

READMEH A D21-Jun-2008329 2013

TODOH A D21-Jun-20083.6 KiB13291

README

1NAME
2    Set::Infinite - Sets of intervals
3
4SYNOPSIS
5      use Set::Infinite;
6
7      $a = Set::Infinite->new(1,2);    # [1..2]
8      print $a->union(5,6);            # [1..2],[5..6]
9
10INSTALLATION
11
12To install this module type the following in the distribution
13directory:
14
15   perl Makefile.PL
16   make
17   make test
18   make install
19
20