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

..03-May-2022-

t/H02-Dec-2003-6546

Build.PLH A D29-Nov-2003355 1110

ChangesH A D02-Dec-2003175 85

Interval2Prefix.pmH A D02-Dec-20033.6 KiB16649

MANIFESTH A D02-Dec-2003101 1110

META.ymlH A D02-Dec-2003317 1716

Makefile.PLH A D02-Dec-2003302 1512

READMEH A D29-Nov-2003794 3021

README

1Taking an interval as input, this module will construct the smallest
2set of prefixes, such that all numbers in the interval will match
3exactly one of the prefixes, and no prefix will match a number not
4in the interval.
5
6This type of conversion is particularly useful when working with
7telephony switching equipment, which usually determines call routing
8based on number prefixes rather than ranges.
9
10See the POD for further documentation.
11
12Install the usual way:
13
14  perl Makefile.PL
15  make
16  make test
17  make install
18
19or, if you've got Module::Build installed:
20
21  perl Build.PL
22  perl Build
23  perl Build test
24  perl Build install
25
26Copyright (c) 2003 Lars Thegler. All rights reserved.
27
28This module is free software; you can redistribute it and/or modify
29it under the same terms as Perl itself.
30