The following packages will be installed: perl-Text-CSV_XS Fetching README... 0%100%100%100%100%100%Done Fetching perl-Text-CSV_XS.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-Text-CSV_XS.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Text-CSV_XS-1.38/ Text-CSV_XS-1.38/t/ Text-CSV_XS-1.38/t/66_formula.t Text-CSV_XS-1.38/t/91_csv_cb.t Text-CSV_XS-1.38/t/75_hashref.t Text-CSV_XS-1.38/t/22_scalario.t Text-CSV_XS-1.38/t/15_flags.t Text-CSV_XS-1.38/t/79_callbacks.t Text-CSV_XS-1.38/t/45_eol.t Text-CSV_XS-1.38/t/77_getall.t Text-CSV_XS-1.38/t/40_misc.t Text-CSV_XS-1.38/t/46_eol_si.t Text-CSV_XS-1.38/t/51_utf8.t Text-CSV_XS-1.38/t/20_file.t Text-CSV_XS-1.38/t/21_lexicalio.t Text-CSV_XS-1.38/t/80_diag.t Text-CSV_XS-1.38/t/60_samples.t Text-CSV_XS-1.38/t/util.pl Text-CSV_XS-1.38/t/65_allow.t Text-CSV_XS-1.38/t/41_null.t Text-CSV_XS-1.38/t/50_utf8.t Text-CSV_XS-1.38/t/10_base.t Text-CSV_XS-1.38/t/81_subclass.t Text-CSV_XS-1.38/t/30_types.t Text-CSV_XS-1.38/t/85_util.t Text-CSV_XS-1.38/t/55_combi.t Text-CSV_XS-1.38/t/78_fragment.t Text-CSV_XS-1.38/t/76_magic.t Text-CSV_XS-1.38/t/70_rt.t Text-CSV_XS-1.38/t/90_csv.t Text-CSV_XS-1.38/t/12_acc.t Text-CSV_XS-1.38/examples/ Text-CSV_XS-1.38/examples/parser-xs.pl Text-CSV_XS-1.38/examples/csv2xlsx Text-CSV_XS-1.38/examples/csv-check Text-CSV_XS-1.38/examples/rewrite.pl Text-CSV_XS-1.38/examples/csv2xls Text-CSV_XS-1.38/examples/csvdiff Text-CSV_XS-1.38/examples/speed.pl Text-CSV_XS-1.38/CONTRIBUTING.md Text-CSV_XS-1.38/ChangeLog Text-CSV_XS-1.38/Makefile.PL Text-CSV_XS-1.38/files/ Text-CSV_XS-1.38/files/macosx.csv Text-CSV_XS-1.38/files/utf8.csv Text-CSV_XS-1.38/MANIFEST Text-CSV_XS-1.38/README Text-CSV_XS-1.38/ppport.h Text-CSV_XS-1.38/CSV_XS.pm Text-CSV_XS-1.38/CSV_XS.xs Text-CSV_XS-1.38/META.yml Text-CSV_XS-1.38/META.json Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Text::CSV_XS Writing MYMETA.yml and MYMETA.json cp CSV_XS.pm blib/lib/Text/CSV_XS.pm Running Mkbootstrap for CSV_XS () chmod 644 "CSV_XS.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CSV_XS.bs blib/arch/auto/Text/CSV_XS/CSV_XS.bs 644 "/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' CSV_XS.xs > CSV_XS.xsc mv CSV_XS.xsc CSV_XS.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.38\" -DXS_VERSION=\"1.38\" -fPIC "-I/usr/lib/perl5/CORE" CSV_XS.c rm -f blib/arch/auto/Text/CSV_XS/CSV_XS.so cc -shared -O2 -march=i586 -mtune=i686 -L/usr/local/lib -fstack-protector-strong CSV_XS.o -o blib/arch/auto/Text/CSV_XS/CSV_XS.so \ \ chmod 755 blib/arch/auto/Text/CSV_XS/CSV_XS.so Manifying 1 pod document "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CSV_XS.bs blib/arch/auto/Text/CSV_XS/CSV_XS.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/10_base.t ....... ok t/12_acc.t ........ ok t/15_flags.t ...... ok t/20_file.t ....... ok t/21_lexicalio.t .. ok t/22_scalario.t ... ok t/30_types.t ...... ok t/40_misc.t ....... ok t/41_null.t ....... ok t/45_eol.t ........ ok t/46_eol_si.t ..... ok t/50_utf8.t ....... ok t/51_utf8.t ....... ok t/55_combi.t ...... ok t/60_samples.t .... ok t/65_allow.t ...... ok t/66_formula.t .... ok t/70_rt.t ......... ok t/75_hashref.t .... ok t/76_magic.t ...... ok t/77_getall.t ..... ok t/78_fragment.t ... ok t/79_callbacks.t .. ok t/80_diag.t ....... ok t/81_subclass.t ... ok t/85_util.t ....... ok t/90_csv.t ........ ok t/91_csv_cb.t ..... ok All tests successful. Files=28, Tests=52007, 14 wallclock secs ( 2.49 usr 0.14 sys + 13.14 cusr 0.19 csys = 15.96 CPU) Result: PASS "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CSV_XS.bs blib/arch/auto/Text/CSV_XS/CSV_XS.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-Text-CSV_XS/package-perl-Text-CSV_XS/usr/lib/perl5/vendor_perl/auto/Text/CSV_XS/CSV_XS.so Installing /usr/src/slapt-src/perl/perl-Text-CSV_XS/package-perl-Text-CSV_XS/usr/lib/perl5/vendor_perl/Text/CSV_XS.pm Installing /usr/src/slapt-src/perl/perl-Text-CSV_XS/package-perl-Text-CSV_XS/usr/man/man3/Text::CSV_XS.3 Appending installation info to /usr/src/slapt-src/perl/perl-Text-CSV_XS/package-perl-Text-CSV_XS/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-Text-CSV_XS/perl-Text-CSV_XS-1.38-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/perl-Text-CSV_XS-1.38/ usr/doc/perl-Text-CSV_XS-1.38/CONTRIBUTING.md usr/doc/perl-Text-CSV_XS-1.38/ChangeLog usr/doc/perl-Text-CSV_XS-1.38/README usr/doc/perl-Text-CSV_XS-1.38/examples/ usr/doc/perl-Text-CSV_XS-1.38/examples/csv-check usr/doc/perl-Text-CSV_XS-1.38/examples/csv2xls usr/doc/perl-Text-CSV_XS-1.38/examples/csv2xlsx usr/doc/perl-Text-CSV_XS-1.38/examples/csvdiff usr/doc/perl-Text-CSV_XS-1.38/examples/parser-xs.pl usr/doc/perl-Text-CSV_XS-1.38/examples/rewrite.pl usr/doc/perl-Text-CSV_XS-1.38/examples/speed.pl usr/doc/perl-Text-CSV_XS-1.38/perl-Text-CSV_XS.SlackBuild usr/lib/ usr/lib/perl5/ usr/lib/perl5/vendor_perl/ usr/lib/perl5/vendor_perl/Text/ usr/lib/perl5/vendor_perl/Text/CSV_XS.pm usr/lib/perl5/vendor_perl/auto/ usr/lib/perl5/vendor_perl/auto/Text/ usr/lib/perl5/vendor_perl/auto/Text/CSV_XS/ usr/lib/perl5/vendor_perl/auto/Text/CSV_XS/CSV_XS.so usr/man/ usr/man/man3/ usr/man/man3/Text::CSV_XS.3.gz Slackware package /usr/src/slapt-src/perl/perl-Text-CSV_XS/perl-Text-CSV_XS-1.38-i586-1salix15.0.txz created. Installing package perl-Text-CSV_XS-1.38-i586-1salix15.0... | perl-Text-CSV_XS (perl module) | | Text::CSV_XS - comma-separated values manipulation routines | | Text::CSV_XS provides facilities for the composition and | decomposition of comma-separated values. | | | | | | |