diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 14:17:46 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:36 +0700 |
commit | bcad9aebb05a33c65715cef13d406d856a9fd294 (patch) | |
tree | b5c3ae1a593f1a34c3283ffd3a2d85cc8bd6bd43 /perl/perl-Set-IntSpan/slack-desc | |
parent | 23187026409234053a767e8380b923591d9f4dbb (diff) | |
download | slackbuilds-bcad9aebb05a33c65715cef13d406d856a9fd294.tar.gz |
perl/perl-Set-IntSpan: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl/perl-Set-IntSpan/slack-desc')
-rw-r--r-- | perl/perl-Set-IntSpan/slack-desc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/perl-Set-IntSpan/slack-desc b/perl/perl-Set-IntSpan/slack-desc index 0dfc08ac70..41dfd98f7a 100644 --- a/perl/perl-Set-IntSpan/slack-desc +++ b/perl/perl-Set-IntSpan/slack-desc @@ -9,11 +9,11 @@ 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: 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: A run of consecutive integers is also called a span. perl-Set-IntSpan: |