The following packages will be installed: perl-Tie-IxHash Fetching README... 0%100%100%100%100%100%Done Fetching perl-Tie-IxHash.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-Tie-IxHash.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Tie-IxHash-1.23 Tie-IxHash-1.23/Build.PL Tie-IxHash-1.23/Changes Tie-IxHash-1.23/Makefile.PL Tie-IxHash-1.23/MANIFEST Tie-IxHash-1.23/META.json Tie-IxHash-1.23/META.yml Tie-IxHash-1.23/README Tie-IxHash-1.23/lib Tie-IxHash-1.23/lib/Tie Tie-IxHash-1.23/lib/Tie/IxHash.pm Tie-IxHash-1.23/t Tie-IxHash-1.23/t/each-delete.t Tie-IxHash-1.23/t/ixhash.t Tie-IxHash-1.23/t/pod.t Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Tie::IxHash Writing MYMETA.yml and MYMETA.json cp lib/Tie/IxHash.pm blib/lib/Tie/IxHash.pm Manifying 1 pod document PERL_DL_NONLAZY=1 "/usr/bin/perl5.34.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/each-delete.t .. ok t/ixhash.t ....... ok t/pod.t .......... ok All tests successful. Files=3, Tests=29, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.09 cusr 0.00 csys = 0.10 CPU) Result: PASS Manifying 1 pod document Installing /usr/src/slapt-src/perl/perl-Tie-IxHash/package-perl-Tie-IxHash/usr/share/perl5/vendor_perl/Tie/IxHash.pm Installing /usr/src/slapt-src/perl/perl-Tie-IxHash/package-perl-Tie-IxHash/usr/share/man/man3/Tie::IxHash.3 Appending installation info to /usr/src/slapt-src/perl/perl-Tie-IxHash/package-perl-Tie-IxHash/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-Tie-IxHash/perl-Tie-IxHash-1.23-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/perl-Tie-IxHash-1.23/ usr/doc/perl-Tie-IxHash-1.23/Changes usr/doc/perl-Tie-IxHash-1.23/README usr/doc/perl-Tie-IxHash-1.23/perl-Tie-IxHash.SlackBuild usr/man/ usr/man/man3/ usr/man/man3/Tie::IxHash.3.gz usr/share/ usr/share/perl5/ usr/share/perl5/vendor_perl/ usr/share/perl5/vendor_perl/Tie/ usr/share/perl5/vendor_perl/Tie/IxHash.pm Slackware package /usr/src/slapt-src/perl/perl-Tie-IxHash/perl-Tie-IxHash-1.23-i586-1salix15.0.txz created. Installing package perl-Tie-IxHash-1.23-i586-1salix15.0... | perl-Tie-IxHash (implements ordered in-memory associative arrays) | | If you have been led to believe that associative arrays in perl | don't preserve order, and if you have ever craved for that feature, | this module is for you. Simply declare a "tie" for the hash variable | that you want to be order-preserving, and forget that limitation ever | existed. You can do other nifty things with the tied hash object that | you may be used to doing with arrays, like Push(), Pop() and Splice(). | | Homepage: https://metacpan.org/release/Tie-IxHash | | |