The following packages will be installed: perl-Guard Fetching README... 0%100%100%100%100%100%Done Fetching perl-Guard.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-Guard.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Guard-1.023/ Guard-1.023/Makefile.PL Guard-1.023/META.yml Guard-1.023/Changes Guard-1.023/META.json Guard-1.023/COPYING Guard-1.023/README Guard-1.023/t/ Guard-1.023/t/00_load.t Guard-1.023/t/02_guard.t Guard-1.023/t/03_die.t Guard-1.023/t/01_scoped.t Guard-1.023/Guard.xs Guard-1.023/Guard.pm Guard-1.023/MANIFEST Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Guard Writing MYMETA.yml and MYMETA.json cp Guard.pm blib/lib/Guard.pm Running Mkbootstrap for Guard () chmod 644 "Guard.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Guard.bs blib/arch/auto/Guard/Guard.bs 644 "/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' Guard.xs > Guard.xsc mv Guard.xsc Guard.c cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -march=i586 -mtune=i686 -DVERSION=\"1.023\" -DXS_VERSION=\"1.023\" -fPIC "-I/usr/lib/perl5/CORE" Guard.c rm -f blib/arch/auto/Guard/Guard.so cc -shared -O2 -march=i586 -mtune=i686 -L/usr/local/lib -fstack-protector-strong Guard.o -o blib/arch/auto/Guard/Guard.so \ \ chmod 755 blib/arch/auto/Guard/Guard.so Manifying 1 pod document "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Guard.bs blib/arch/auto/Guard/Guard.bs 644 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/00_load.t .... ok t/01_scoped.t .. ok t/02_guard.t ... ok t/03_die.t ..... ok All tests successful. Files=4, Tests=33, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.03 CPU) Result: PASS "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Guard.bs blib/arch/auto/Guard/Guard.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/slapt-src/perl/perl-Guard/package-perl-Guard/usr/lib/perl5/vendor_perl/auto/Guard/Guard.so Installing /usr/src/slapt-src/perl/perl-Guard/package-perl-Guard/usr/lib/perl5/vendor_perl/Guard.pm Installing /usr/src/slapt-src/perl/perl-Guard/package-perl-Guard/usr/man/man3/Guard.3 Appending installation info to /usr/src/slapt-src/perl/perl-Guard/package-perl-Guard/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-Guard/perl-Guard-1.023-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/perl-Guard-1.023/ usr/doc/perl-Guard-1.023/COPYING usr/doc/perl-Guard-1.023/Changes usr/doc/perl-Guard-1.023/README usr/doc/perl-Guard-1.023/perl-Guard.SlackBuild usr/lib/ usr/lib/perl5/ usr/lib/perl5/vendor_perl/ usr/lib/perl5/vendor_perl/Guard.pm usr/lib/perl5/vendor_perl/auto/ usr/lib/perl5/vendor_perl/auto/Guard/ usr/lib/perl5/vendor_perl/auto/Guard/Guard.so usr/man/ usr/man/man3/ usr/man/man3/Guard.3.gz Slackware package /usr/src/slapt-src/perl/perl-Guard/perl-Guard-1.023-i586-1salix15.0.txz created. Installing package perl-Guard-1.023-i586-1salix15.0... | perl-Guard (safe cleanup blocks) | | This module implements so-called "guards". A guard is something | (usually an object) that "guards" a resource, ensuring that it is | cleaned up when expected. | | | Homepage: https://metacpan.org/pod/Guard | | | | |