diff options
Diffstat (limited to 'devel/p5-Algorithm-Interval2Prefix/pkg-descr')
-rw-r--r-- | devel/p5-Algorithm-Interval2Prefix/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-Interval2Prefix/pkg-descr b/devel/p5-Algorithm-Interval2Prefix/pkg-descr new file mode 100644 index 000000000000..b46fd024f9ff --- /dev/null +++ b/devel/p5-Algorithm-Interval2Prefix/pkg-descr @@ -0,0 +1,6 @@ +Taking an interval as input, this module will construct the smallest +set of prefixes, such that all numbers in the interval will match +exactly one of the prefixes, and no prefix will match a number not +in the interval. + +WWW: http://search.cpan.org/dist/Algorithm-Interval2Prefix/ |