Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 06f7bcd6a5c4664809f630b71bc9a28c > files > 10

perl-Set-Infinite-0.650.0-3.mga4.noarch.rpm

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