File: README

package info (click to toggle)
libset-infinite-perl 0.65-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 304 kB
  • ctags: 99
  • sloc: perl: 2,401; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
NAME
    Set::Infinite - Sets of intervals

SYNOPSIS
      use Set::Infinite;

      $a = Set::Infinite->new(1,2);    # [1..2]
      print $a->union(5,6);            # [1..2],[5..6]

INSTALLATION

To install this module type the following in the distribution
directory:

   perl Makefile.PL
   make
   make test
   make install