The following packages will be installed: perl-Proc-PID-File Fetching README... 0%100%100%100%100%100%Done Fetching perl-Proc-PID-File.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-Proc-PID-File.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Proc-PID-File-1.27/ Proc-PID-File-1.27/README Proc-PID-File-1.27/File.pm Proc-PID-File-1.27/META.yml Proc-PID-File-1.27/Changes Proc-PID-File-1.27/test.pl Proc-PID-File-1.27/MANIFEST Proc-PID-File-1.27/Makefile.PL Proc-PID-File-1.27/LICENSE Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Proc::PID::File Writing MYMETA.yml and MYMETA.json cp File.pm blib/lib/Proc/PID/File.pm Manifying 1 pod document PERL_DL_NONLAZY=1 "/usr/bin/perl5.34.0" "-Iblib/lib" "-Iblib/arch" test.pl 1..12 Use of uninitialized value $fh in pattern match (m//) at blib/lib/Proc/PID/File.pm line 286. ok 1 - simple: thread safe ok 2 - simple: running ok 3 - simple: verified (real) ok 4 - simple: verified (false) Use of uninitialized value $fh in pattern match (m//) at blib/lib/Proc/PID/File.pm line 286. Use of uninitialized value $fh in pattern match (m//) at blib/lib/Proc/PID/File.pm line 286. ok 5 - simple: single instance ok 6 - simple: destroy ok 7 - oo: object initialised ok 8 - oo: file touched ok 9 - oo: alive (with current process) ok 10 - oo: alive (with daemon) ok 11 - oo: alive (verified) ok 12 - oo: released waiting for daemon death..... done Use of uninitialized value $fh in pattern match (m//) at blib/lib/Proc/PID/File.pm line 286. Use of uninitialized value $fh in pattern match (m//) at blib/lib/Proc/PID/File.pm line 286 during global destruction. Manifying 1 pod document Installing /usr/src/slapt-src/perl/perl-Proc-PID-File/package-perl-Proc-PID-File/usr/share/perl5/vendor_perl/Proc/PID/File.pm Installing /usr/src/slapt-src/perl/perl-Proc-PID-File/package-perl-Proc-PID-File/usr/man/man3/Proc::PID::File.3 Appending installation info to /usr/src/slapt-src/perl/perl-Proc-PID-File/package-perl-Proc-PID-File/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-Proc-PID-File/perl-Proc-PID-File-1.27-noarch-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/perl-Proc-PID-File-1.27/ usr/doc/perl-Proc-PID-File-1.27/Changes usr/doc/perl-Proc-PID-File-1.27/LICENSE usr/doc/perl-Proc-PID-File-1.27/README usr/doc/perl-Proc-PID-File-1.27/perl-Proc-PID-File.SlackBuild usr/man/ usr/man/man3/ usr/man/man3/Proc::PID::File.3.gz usr/share/ usr/share/perl5/ usr/share/perl5/vendor_perl/ usr/share/perl5/vendor_perl/Proc/ usr/share/perl5/vendor_perl/Proc/PID/ usr/share/perl5/vendor_perl/Proc/PID/File.pm Slackware package /usr/src/slapt-src/perl/perl-Proc-PID-File/perl-Proc-PID-File-1.27-noarch-1salix15.0.txz created. Installing package perl-Proc-PID-File-1.27-noarch-1salix15.0... | perl-Proc-PID-File (a module to manage process id files) | | The Proc::PID::File is useful for writers of daemons and other | processes that need to tell whether they are already running, in | order to prevent multiple process instances. The module accomplishes | this via *nix-style pidfiles, which are files that store a process | identifier. | | Homepage: https://metacpan.org/pod/Proc::PID::File | | | |