The following packages will be installed: perl-Set-IntSpan Fetching README... 0%100%100%100%100%100%Done Fetching perl-Set-IntSpan.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-Set-IntSpan.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Set-IntSpan-1.19/ Set-IntSpan-1.19/Makefile.PL Set-IntSpan-1.19/README Set-IntSpan-1.19/t/ Set-IntSpan-1.19/t/ord.t Set-IntSpan-1.19/t/cardinal.t Set-IntSpan-1.19/t/iterator.t Set-IntSpan-1.19/t/set_spec.t Set-IntSpan-1.19/t/use-int.t Set-IntSpan-1.19/t/real_set.t Set-IntSpan-1.19/t/binary.t Set-IntSpan-1.19/t/bsearch.t Set-IntSpan-1.19/t/member.t Set-IntSpan-1.19/t/island.t Set-IntSpan-1.19/t/spans.t Set-IntSpan-1.19/t/creation.t Set-IntSpan-1.19/t/overload.t Set-IntSpan-1.19/t/no-int.t Set-IntSpan-1.19/t/subclass.t Set-IntSpan-1.19/t/relation.t Set-IntSpan-1.19/t/span_ord.t Set-IntSpan-1.19/t/unary.t Set-IntSpan-1.19/t/error.t Set-IntSpan-1.19/t/index.t Set-IntSpan-1.19/MANIFEST Set-IntSpan-1.19/IntSpan.pm Set-IntSpan-1.19/Changes Set-IntSpan-1.19/META.yml Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Set::IntSpan Writing MYMETA.yml and MYMETA.json cp IntSpan.pm blib/lib/Set/IntSpan.pm Manifying 1 pod document Manifying 1 pod document Installing /usr/src/slapt-src/perl/perl-Set-IntSpan/package-perl-Set-IntSpan/usr/share/perl5/vendor_perl/Set/IntSpan.pm Installing /usr/src/slapt-src/perl/perl-Set-IntSpan/package-perl-Set-IntSpan/usr/man/man3/Set::IntSpan.3 Appending installation info to /usr/src/slapt-src/perl/perl-Set-IntSpan/package-perl-Set-IntSpan/usr/lib/perl5/perllocal.pod Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/perl/perl-Set-IntSpan/perl-Set-IntSpan-1.19-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/perl-Set-IntSpan-1.19/ usr/doc/perl-Set-IntSpan-1.19/Changes usr/doc/perl-Set-IntSpan-1.19/MANIFEST usr/doc/perl-Set-IntSpan-1.19/README usr/doc/perl-Set-IntSpan-1.19/perl-Set-IntSpan.SlackBuild usr/man/ usr/man/man3/ usr/man/man3/Set::IntSpan.3.gz usr/share/ usr/share/perl5/ usr/share/perl5/vendor_perl/ usr/share/perl5/vendor_perl/Set/ usr/share/perl5/vendor_perl/Set/IntSpan.pm Slackware package /usr/src/slapt-src/perl/perl-Set-IntSpan/perl-Set-IntSpan-1.19-i586-1salix15.0.txz created. Installing package perl-Set-IntSpan-1.19-i586-1salix15.0... | perl-Set-IntSpan (Manages sets of integers) | | Set::IntSpan manages sets of integers. It is optimized for sets that | have long runs of consecutive integers. These arise, for example, in | .newsrc files, which maintain lists of articles: | | alt.foo: 1-21,28,31 | alt.bar: 1-14192,14194,14196-14221 | | A run of consecutive integers is also called a span. | | |