The following packages will be installed: perl-Test-Script Fetching README... 0%100%100%100%100%100%Done Fetching perl-Test-Script.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-Test-Script.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Test-Script-1.07/ Test-Script-1.07/README Test-Script-1.07/Makefile.PL Test-Script-1.07/LICENSE Test-Script-1.07/META.yml Test-Script-1.07/MANIFEST Test-Script-1.07/lib/ Test-Script-1.07/lib/Test/ Test-Script-1.07/lib/Test/Script.pm Test-Script-1.07/Changes Test-Script-1.07/inc/ Test-Script-1.07/inc/Module/ Test-Script-1.07/inc/Module/Install/ Test-Script-1.07/inc/Module/Install/DSL.pm Test-Script-1.07/inc/Module/Install/Win32.pm Test-Script-1.07/inc/Module/Install/WriteAll.pm Test-Script-1.07/inc/Module/Install/Can.pm Test-Script-1.07/inc/Module/Install/Metadata.pm Test-Script-1.07/inc/Module/Install/Base.pm Test-Script-1.07/inc/Module/Install/Makefile.pm Test-Script-1.07/inc/Module/Install/Fetch.pm Test-Script-1.07/inc/Module/Install.pm Test-Script-1.07/t/ Test-Script-1.07/t/03_compiles_bad.t Test-Script-1.07/t/04_runs_good.t Test-Script-1.07/t/97_meta.t Test-Script-1.07/t/01_compile.t Test-Script-1.07/t/98_pod.t Test-Script-1.07/t/02_compiles_good.t Test-Script-1.07/t/05_runs_bad.t Test-Script-1.07/t/99_pmv.t Test-Script-1.07/t/bin/ Test-Script-1.07/t/bin/bad.pl Test-Script-1.07/t/bin/good.pl Test-Script-1.07/t/bin/print.pl Test-Script-1.07/t/bin/four.pl Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Script Writing MYMETA.yml and MYMETA.json cp lib/Test/Script.pm blib/lib/Test/Script.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, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01_compile.t ........ ok t/02_compiles_good.t .. ok t/03_compiles_bad.t ... ok t/04_runs_good.t ...... ok t/05_runs_bad.t ....... ok t/97_meta.t ........... skipped: Author tests not required for installation t/98_pod.t ............ skipped: Author tests not required for installation t/99_pmv.t ............ skipped: Author tests not required for installation All tests successful. Files=8, Tests=20, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.36 cusr 0.02 csys = 0.40 CPU) Result: PASS Manifying 1 pod document Installing /usr/src/slapt-src/perl/perl-Test-Script/package-perl-Test-Script/usr/share/perl5/vendor_perl/Test/Script.pm Installing /usr/src/slapt-src/perl/perl-Test-Script/package-perl-Test-Script/usr/man/man3/Test::Script.3 Appending installation info to /usr/src/slapt-src/perl/perl-Test-Script/package-perl-Test-Script/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-Test-Script/perl-Test-Script-1.07-i486-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/perl-Test-Script-1.07/ usr/doc/perl-Test-Script-1.07/Changes usr/doc/perl-Test-Script-1.07/LICENSE usr/doc/perl-Test-Script-1.07/README usr/doc/perl-Test-Script-1.07/perl-Test-Script.SlackBuild usr/man/ usr/man/man3/ usr/man/man3/Test::Script.3.gz usr/share/ usr/share/perl5/ usr/share/perl5/vendor_perl/ usr/share/perl5/vendor_perl/Test/ usr/share/perl5/vendor_perl/Test/Script.pm Slackware package /usr/src/slapt-src/perl/perl-Test-Script/perl-Test-Script-1.07-i486-1salix15.0.txz created. Installing package perl-Test-Script-1.07-i486-1salix15.0... | perl-Test-Script (Basic cross-platform tests for scripts) | | The intent of Test-Script module is to provide a series of basic | tests for 80% of the testing you will need to do for scripts in the | script (or bin as is also commonly used) paths of your Perl | distribution. Further, it aims to provide this functionality with | perfect platform-compatibility, and in a way that is as unobtrusive | as possible. | | | | |