From 0b6204961d0804b0e6d62fa3c0ced98963867407 Mon Sep 17 00:00:00 2001 From: Michel A. BEGUE Date: Fri, 10 May 2019 00:14:07 +0700 Subject: perl/perl-Set-IntSpan: Added (Manages sets of integers). Signed-off-by: Willy Sudiarto Raharjo --- perl/perl-Set-IntSpan/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 perl/perl-Set-IntSpan/slack-desc (limited to 'perl/perl-Set-IntSpan/slack-desc') diff --git a/perl/perl-Set-IntSpan/slack-desc b/perl/perl-Set-IntSpan/slack-desc new file mode 100644 index 0000000000..0dfc08ac70 --- /dev/null +++ b/perl/perl-Set-IntSpan/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-Set-IntSpan: perl-Set-IntSpan (Manages sets of integers) +perl-Set-IntSpan: +perl-Set-IntSpan: Set::IntSpan manages sets of integers. It is optimized for sets that +perl-Set-IntSpan: have long runs of consecutive integers. These arise, for example, in +perl-Set-IntSpan: .newsrc files, which maintain lists of articles: +perl-Set-IntSpan: +perl-Set-IntSpan: alt.foo: 1-21,28,31 +perl-Set-IntSpan: alt.bar: 1-14192,14194,14196-14221 +perl-Set-IntSpan: +perl-Set-IntSpan:A run of consecutive integers is also called a span. +perl-Set-IntSpan: -- cgit v1.2.3